Home
last modified time | relevance | path

Searched refs:challenge (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/openssl/tests/
H A Dopenssl_spki_export_challenge_basic.phpt2 openssl_spki_export_challenge() tests for exporting challenge
42 /* generate a random challenge */
H A Dopenssl.cnf35 challengePassword = A challenge password
H A Dopenssl_spki_new_basic.phpt34 /* generate a random challenge */
H A Dopenssl_spki_export_basic.phpt41 /* generate a random challenge */
H A Dopenssl_spki_verify_basic.phpt37 /* generate a random challenge */
/php-src/ext/phar/tests/files/
H A Dopenssl.cnf27 challengePassword = A challenge password
/php-src/ext/openssl/
H A Dopenssl.c1573 char * challenge = NULL, *spkstr = NULL; in PHP_FUNCTION() local
1583 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|l", &zpkey, php_openssl_pkey_ce, &challenge, &chall… in PHP_FUNCTION()
1588 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(challenge_len, challenge, 2); in PHP_FUNCTION()
1590 pkey = php_openssl_pkey_from_zval(zpkey, 0, challenge, challenge_len, 1); in PHP_FUNCTION()
1611 if (challenge) { in PHP_FUNCTION()
1612 if (!ASN1_STRING_set(spki->spkac->challenge, challenge, (int)challenge_len)) { in PHP_FUNCTION()
1806 RETVAL_STRING((const char *)ASN1_STRING_get0_data(spki->spkac->challenge)); in PHP_FUNCTION()
H A Dopenssl_arginfo.h374 ZEND_ARG_TYPE_INFO(0, challenge, IS_STRING, 0)

Completed in 28 milliseconds