Home
last modified time | relevance | path

Searched refs:subj (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/win32/
H A Dcodepage.c633 char *subj, *ret; in PHP_FUNCTION() local
639 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzs", &z_in_cp, &z_out_cp, &subj, &subj_len) == FAILUR… in PHP_FUNCTION()
694 tmpw = php_win32_cp_conv_to_w(in_cp->id, in_cp->to_w_fl, subj, subj_len, &tmpw_len); in PHP_FUNCTION()
/PHP-7.4/azure/
H A Dsetup-slapd.sh25 -subj "/C=US/ST=Arizona/L=Localhost/O=localhost/CN=localhost" \
/PHP-7.4/ext/openssl/
H A Dopenssl.c3158 X509_NAME * subj; in php_openssl_make_REQ() local
3162 subj = X509_REQ_get_subject_name(csr); in php_openssl_make_REQ()
3172 if (!X509_NAME_add_entry_by_NID(subj, nid, MBSTRING_UTF8, in php_openssl_make_REQ()
3227 if (X509_NAME_get_index_by_NID(subj, nid, -1) >= 0) { in php_openssl_make_REQ()
3230 … if (!X509_NAME_add_entry_by_txt(subj, type, MBSTRING_UTF8, (unsigned char*)v->value, -1, -1, 0)) { in php_openssl_make_REQ()
3235 if (!X509_NAME_entry_count(subj)) { in php_openssl_make_REQ()
3255 …if (!X509_NAME_add_entry_by_NID(subj, nid, MBSTRING_UTF8, (unsigned char*)ZSTR_VAL(str_item), -1, … in php_openssl_make_REQ()

Completed in 23 milliseconds