Searched refs:challenge (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/phar/tests/files/ |
H A D | openssl.cnf | 27 challengePassword = A challenge password
|
/PHP-8.0/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-8.0/ext/openssl/ |
H A D | openssl.stub.php | 218 function openssl_spki_new(OpenSSLAsymmetricKey $private_key, string $challenge, int $digest_algo = … argument
|
H A D | openssl_arginfo.h | 371 ZEND_ARG_TYPE_INFO(0, challenge, IS_STRING, 0)
|
H A D | openssl.c | 1648 char * challenge = NULL, *spkstr = NULL; in PHP_FUNCTION() local 1658 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|l", &zpkey, php_openssl_pkey_ce, &challenge, &chall… in PHP_FUNCTION() 1663 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(challenge_len, challenge, 2); in PHP_FUNCTION() 1665 pkey = php_openssl_pkey_from_zval(zpkey, 0, challenge, challenge_len, 1); in PHP_FUNCTION() 1686 if (challenge) { in PHP_FUNCTION() 1687 if (!ASN1_STRING_set(spki->spkac->challenge, challenge, (int)challenge_len)) { in PHP_FUNCTION() 1884 RETVAL_STRING((const char *)ASN1_STRING_get0_data(spki->spkac->challenge)); in PHP_FUNCTION()
|
Completed in 31 milliseconds