Home
last modified time | relevance | path

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

/php-src/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt45 'dmp1' => hex2bin($dphex),
57 openssl_pkey_test_cmp($dphex, $rsa_details['dmp1']);
/php-src/ext/openssl/
H A Dopenssl.c323 r->dmp1 = dmp1; in RSA_set0_crt_params()
345 *dmp1 = r->dmp1; in RSA_get0_crt_params()
3905 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_legacy_rsa() local
3920 OPENSSL_PKEY_SET_BN(data, dmp1); in php_openssl_pkey_init_legacy_rsa()
3923 if ((dmp1 || dmq1 || iqmp) && !RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp)) { in php_openssl_pkey_init_legacy_rsa()
3935 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in php_openssl_pkey_init_rsa() local
3946 OPENSSL_PKEY_SET_BN(data, dmp1); in php_openssl_pkey_init_rsa()
3965 if (dmp1) { in php_openssl_pkey_init_rsa()
3995 BN_free(dmp1); in php_openssl_pkey_init_rsa()
5238 RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); in PHP_FUNCTION()
[all …]

Completed in 28 milliseconds