Searched refs:dmq1 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/openssl/tests/ |
H A D | openssl_pkey_new_basic.phpt | 46 'dmq1' => hex2bin($dqhex), 58 openssl_pkey_test_cmp($dqhex, $rsa_details['dmq1']);
|
/PHP-8.4/ext/openssl/ |
H A D | openssl.c | 335 r->dmq1 = dmq1; in RSA_set0_crt_params() 357 *dmq1 = r->dmq1; in RSA_get0_crt_params() 3942 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_legacy_rsa() local 3958 OPENSSL_PKEY_SET_BN(data, dmq1); in php_openssl_pkey_init_legacy_rsa() 3960 if ((dmp1 || dmq1 || iqmp) && !RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp)) { in php_openssl_pkey_init_legacy_rsa() 3972 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in php_openssl_pkey_init_rsa() local 3984 OPENSSL_PKEY_SET_BN(data, dmq1); in php_openssl_pkey_init_rsa() 4005 if (dmq1) { in php_openssl_pkey_init_rsa() 4033 BN_free(dmq1); in php_openssl_pkey_init_rsa() 5276 RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); in PHP_FUNCTION() [all …]
|
Completed in 24 milliseconds