Home
last modified time | relevance | path

Searched refs:iqmp (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt47 'iqmp' => hex2bin($qinvhex),
59 openssl_pkey_test_cmp($qinvhex, $rsa_details['iqmp']);
/PHP-8.1/ext/openssl/
H A Dopenssl.c308 r->iqmp = iqmp; in RSA_set0_crt_params()
330 *iqmp = r->iqmp; in RSA_get0_crt_params()
3914 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_legacy_rsa() local
3931 OPENSSL_PKEY_SET_BN(data, iqmp); in php_openssl_pkey_init_legacy_rsa()
3932 if ((dmp1 || dmq1 || iqmp) && !RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp)) { in php_openssl_pkey_init_legacy_rsa()
3944 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in php_openssl_pkey_init_rsa() local
3957 OPENSSL_PKEY_SET_BN(data, iqmp); in php_openssl_pkey_init_rsa()
3980 if (iqmp) { in php_openssl_pkey_init_rsa()
4006 BN_free(iqmp); in php_openssl_pkey_init_rsa()
4960 RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); in PHP_FUNCTION()
[all …]

Completed in 43 milliseconds