Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c586 static int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params() argument
590 r->iqmp = iqmp; in RSA_set0_crt_params()
608 …id RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, const BIGNUM **iqmp) in RSA_get0_crt_params() argument
612 *iqmp = r->iqmp; in RSA_get0_crt_params()
4105 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_and_assign_rsa() local
4122 OPENSSL_PKEY_SET_BN(data, iqmp); in php_openssl_pkey_init_and_assign_rsa()
4123 if ((dmp1 || dmq1 || iqmp) && !RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp)) { in php_openssl_pkey_init_and_assign_rsa()
4723 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
4727 RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); in PHP_FUNCTION()
4737 OPENSSL_PKEY_GET_BN(z_rsa, iqmp); in PHP_FUNCTION()

Completed in 23 milliseconds