Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dopenssl.c598 static int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params() argument
600 r->dmp1 = dmp1; in RSA_set0_crt_params()
620 static void RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, const BIGNU… in RSA_get0_crt_params() argument
622 *dmp1 = r->dmp1; in RSA_get0_crt_params()
4151 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_and_assign_rsa() local
4166 OPENSSL_PKEY_SET_BN(data, dmp1); in php_openssl_pkey_init_and_assign_rsa()
4169 if ((dmp1 || dmq1 || iqmp) && !RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp)) { in php_openssl_pkey_init_and_assign_rsa()
4779 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
4783 RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); in PHP_FUNCTION()
4791 OPENSSL_PKEY_GET_BN(z_rsa, dmp1); in PHP_FUNCTION()

Completed in 19 milliseconds