Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c208 if (!ensure_fixed_copy(&rsa->dmp1_fixed, rsa->dmp1, p_fixed->width) || in freeze_private_key()
857 const BIGNUM *dmp1 = rsa->dmp1_fixed, *dmq1 = rsa->dmq1_fixed; in mod_exp()
863 dmq1 = rsa->dmp1_fixed; in mod_exp()
1290 replace_bignum(&rsa->dmp1_fixed, &tmp->dmp1_fixed); in RSA_generate_key_ex()
Drsa.c151 BN_free(rsa->dmp1_fixed); in RSA_free()
/external/boringssl/src/include/openssl/
Drsa.h698 BIGNUM *d_fixed, *dmp1_fixed, *dmq1_fixed; member
/external/boringssl/src/crypto/rsa_extra/
Drsa_test.cc935 EXPECT_FALSE(rsa->dmp1_fixed); in TEST()