Home
last modified time | relevance | path

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

/openssl/crypto/rsa/
H A Drsa_acvp_test_params.c117 t->q2 = BN_new(); in ossl_rsa_acvp_test_set_params()
145 && !OSSL_PARAM_set_BN(p, t->q2)) in ossl_rsa_acvp_test_get_params()
163 BN_free(t->q2); in ossl_rsa_acvp_test_free()
H A Drsa_sp800_56b_gen.c66 BIGNUM *q1 = NULL, *q2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local
83 q2 = test->q2; 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 Drsa_x931g.c26 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2, in RSA_X931_derive_ex() argument
76 if (!BN_X931_derive_prime_ex(rsa->q, q1, q2, in RSA_X931_derive_ex()
H A Drsa_local.h44 BIGNUM *q2; member
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1062 ldr q2, [x0], #16
1087 str q2, [x1], #16
1088 ldr q2, [x0], #16
1109 ldr q2, [x0], #16
1141 str q2, [x1], #16
1165 str q2, [x1], #16
1203 str q2, [x1]
1361 str q2, [x1], #16
1399 str q2, [x1], #16
1618 str q2, [x21], #16
[all …]
/openssl/test/
H A Ddhtest.c41 const BIGNUM *p2, *q2, *g2; in dh_test() local
92 DH_get0_pqg(dh, &p2, &q2, &g2); in dh_test()
94 || !TEST_ptr_eq(q2, q) in dh_test()
100 || !TEST_ptr_eq(DH_get0_q(dh), q2) in dh_test()
H A Dacvp_test.c1061 unsigned char *q = NULL, *q1 = NULL, *q2 = NULL; in rsa_keygen_test() local
1105 &q2, &q2_len)) in rsa_keygen_test()
1120 || !TEST_mem_eq(tst->q2, tst->q2_len, q2, q2_len) in rsa_keygen_test()
1130 test_output_memory("q2", q2, q2_len); in rsa_keygen_test()
1146 OPENSSL_free(q2); in rsa_keygen_test()
H A Dacvp_test.inc1036 const unsigned char *q2;
/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod158 "q1" and "q2" are determined from these values.
176 =item "q2" (B<OSSL_PKEY_PARAM_RSA_TEST_Q2>) <unsigned integer>
/openssl/include/openssl/
H A Drsa.h272 BIGNUM *q1, BIGNUM *q2,

Completed in 80 milliseconds