Searched refs:challenge (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/ext/phar/tests/files/ |
H A D | openssl.cnf | 27 challengePassword = A challenge password
|
/PHP-7.4/ext/openssl/tests/ |
H A D | openssl.cnf | 34 challengePassword = A challenge password
|
H A D | openssl_spki_export_challenge_basic.phpt | 2 openssl_spki_export_challenge() tests for exporting challenge 45 /* generate a random challenge */
|
H A D | openssl_spki_new_basic.phpt | 40 /* generate a random challenge */
|
H A D | openssl_spki_export_basic.phpt | 42 /* generate a random challenge */
|
H A D | openssl_spki_verify_basic.phpt | 42 /* generate a random challenge */
|
/PHP-7.4/ext/openssl/ |
H A D | openssl.c | 451 ZEND_ARG_INFO(0, challenge) 1840 char * challenge = NULL, * spkstr = NULL; in PHP_FUNCTION() local 1852 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|z", &zpkey, &challenge, &challenge_len, &method) ==… in PHP_FUNCTION() 1857 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(challenge_len, challenge); in PHP_FUNCTION() 1858 pkey = php_openssl_evp_from_zval(zpkey, 0, challenge, challenge_len, 1, &keyresource); in PHP_FUNCTION() 1886 if (challenge) { in PHP_FUNCTION() 1887 if (!ASN1_STRING_set(spki->spkac->challenge, challenge, (int)challenge_len)) { in PHP_FUNCTION() 2100 RETVAL_STRING((const char *)ASN1_STRING_get0_data(spki->spkac->challenge)); in PHP_FUNCTION()
|
Completed in 22 milliseconds