/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_acvp_test_params.c | 104 && !OSSL_PARAM_get_BN(p, &t->Xq1)) in ossl_rsa_acvp_test_set_params() 157 BN_free(t->Xq1); in ossl_rsa_acvp_test_free()
|
H A D | rsa_sp800_56b_gen.c | 44 * Xq1, Xq2 Optionally passed in randomly generated numbers from which 54 * Xp, Xp1, Xp2, Xq, Xq1, Xq2 are optionally passed in. 70 BIGNUM *Xq = NULL, *Xq1 = NULL, *Xq2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 76 Xq1 = test->Xq1; in ossl_rsa_fips186_4_gen_prob_primes() 130 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->q, Xqo, q1, q2, Xq, Xq1, in ossl_rsa_fips186_4_gen_prob_primes()
|
H A D | rsa_x931g.c | 27 const BIGNUM *Xp, const BIGNUM *Xq1, const BIGNUM *Xq2, in RSA_X931_derive_ex() 77 Xq, Xq1, Xq2, e, ctx, cb)) in RSA_X931_derive_ex() 25 RSA_X931_derive_ex(RSA *rsa, BIGNUM *p1, BIGNUM *p2, BIGNUM *q1, BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *Xq1, const BIGNUM *Xq2, const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb) RSA_X931_derive_ex() argument
|
H A D | rsa_local.h | 35 BIGNUM *Xq1; member
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_acvp_test_params.c | 104 && !OSSL_PARAM_get_BN(p, &t->Xq1)) in ossl_rsa_acvp_test_set_params() 157 BN_free(t->Xq1); in ossl_rsa_acvp_test_free()
|
H A D | rsa_sp800_56b_gen.c | 44 * Xq1, Xq2 Optionally passed in randomly generated numbers from which 54 * Xp, Xp1, Xp2, Xq, Xq1, Xq2 are optionally passed in. 70 BIGNUM *Xq = NULL, *Xq1 = NULL, *Xq2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 76 Xq1 = test->Xq1; in ossl_rsa_fips186_4_gen_prob_primes() 130 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->q, Xqo, q1, q2, Xq, Xq1, in ossl_rsa_fips186_4_gen_prob_primes()
|
H A D | rsa_x931g.c | 27 const BIGNUM *Xp, const BIGNUM *Xq1, const BIGNUM *Xq2, in RSA_X931_derive_ex() 77 Xq, Xq1, Xq2, e, ctx, cb)) in RSA_X931_derive_ex() 25 RSA_X931_derive_ex(RSA *rsa, BIGNUM *p1, BIGNUM *p2, BIGNUM *q1, BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *Xq1, const BIGNUM *Xq2, const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb) RSA_X931_derive_ex() argument
|
H A D | rsa_local.h | 35 BIGNUM *Xq1; member
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | rsa.h | 271 const BIGNUM *Xp, const BIGNUM *Xq1,
|
/third_party/openssl/include/openssl/ |
H A D | rsa.h | 271 const BIGNUM *Xp, const BIGNUM *Xq1,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | rsa.h | 247 const BIGNUM *Xp, const BIGNUM *Xq1, const BIGNUM *Xq2,
|