Searched refs:challenge (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/openssl/tests/ |
H A D | openssl_spki_export_challenge_basic.phpt | 2 openssl_spki_export_challenge() tests for exporting challenge 42 /* generate a random challenge */
|
H A D | openssl.cnf | 35 challengePassword = A challenge password
|
H A D | openssl_spki_new_basic.phpt | 34 /* generate a random challenge */
|
H A D | openssl_spki_export_basic.phpt | 41 /* generate a random challenge */
|
H A D | openssl_spki_verify_basic.phpt | 37 /* generate a random challenge */
|
/PHP-8.4/ext/phar/tests/files/ |
H A D | openssl.cnf | 27 challengePassword = A challenge password
|
/PHP-8.4/ext/openssl/ |
H A D | openssl.c | 1599 char * challenge = NULL, *spkstr = NULL; in PHP_FUNCTION() local 1609 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|l", &zpkey, php_openssl_pkey_ce, &challenge, &chall… in PHP_FUNCTION() 1614 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(challenge_len, challenge, 2); in PHP_FUNCTION() 1616 pkey = php_openssl_pkey_from_zval(zpkey, 0, challenge, challenge_len, 1); in PHP_FUNCTION() 1637 if (challenge) { in PHP_FUNCTION() 1638 if (!ASN1_STRING_set(spki->spkac->challenge, challenge, (int)challenge_len)) { in PHP_FUNCTION() 1830 RETVAL_STRING((const char *)ASN1_STRING_get0_data(spki->spkac->challenge)); in PHP_FUNCTION()
|
H A D | openssl_arginfo.h | 374 ZEND_ARG_TYPE_INFO(0, challenge, IS_STRING, 0)
|
Completed in 34 milliseconds