/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_x931p.c | 54 const BIGNUM *Xp, const BIGNUM *Xp1, in BN_X931_derive_prime_ex() argument 82 if (!bn_x931_derive_pi(p1, Xp1, ctx, cb)) in BN_X931_derive_prime_ex() 220 BIGNUM *Xp1, BIGNUM *Xp2, in BN_X931_generate_prime_ex() argument 227 if (Xp1 == NULL) in BN_X931_generate_prime_ex() 228 Xp1 = BN_CTX_get(ctx); in BN_X931_generate_prime_ex() 231 if (Xp1 == NULL || Xp2 == NULL) in BN_X931_generate_prime_ex() 234 if (!BN_priv_rand_ex(Xp1, 101, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY, 0, ctx)) in BN_X931_generate_prime_ex() 238 if (!BN_X931_derive_prime_ex(p, p1, p2, Xp, Xp1, Xp2, e, ctx, cb)) in BN_X931_generate_prime_ex()
|
D | bn_rsa_fips186_4.c | 103 static int bn_rsa_fips186_4_find_aux_prob_prime(const BIGNUM *Xp1, in bn_rsa_fips186_4_find_aux_prob_prime() argument 111 if (BN_copy(p1, Xp1) == NULL) in bn_rsa_fips186_4_find_aux_prob_prime() 156 const BIGNUM *Xp, const BIGNUM *Xp1, in ossl_bn_rsa_fips186_4_gen_prob_primes() argument 172 Xp1i = (Xp1 != NULL) ? (BIGNUM *)Xp1 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes() 182 if (Xp1 == NULL) { in ossl_bn_rsa_fips186_4_gen_prob_primes() 215 if (Xp1 == NULL) in ossl_bn_rsa_fips186_4_gen_prob_primes()
|
/third_party/openssl/crypto/bn/ |
D | bn_x931p.c | 54 const BIGNUM *Xp, const BIGNUM *Xp1, in BN_X931_derive_prime_ex() argument 82 if (!bn_x931_derive_pi(p1, Xp1, ctx, cb)) in BN_X931_derive_prime_ex() 220 BIGNUM *Xp1, BIGNUM *Xp2, in BN_X931_generate_prime_ex() argument 227 if (Xp1 == NULL) in BN_X931_generate_prime_ex() 228 Xp1 = BN_CTX_get(ctx); in BN_X931_generate_prime_ex() 231 if (Xp1 == NULL || Xp2 == NULL) in BN_X931_generate_prime_ex() 234 if (!BN_priv_rand_ex(Xp1, 101, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY, 0, ctx)) in BN_X931_generate_prime_ex() 238 if (!BN_X931_derive_prime_ex(p, p1, p2, Xp, Xp1, Xp2, e, ctx, cb)) in BN_X931_generate_prime_ex()
|
D | bn_rsa_fips186_4.c | 103 static int bn_rsa_fips186_4_find_aux_prob_prime(const BIGNUM *Xp1, in bn_rsa_fips186_4_find_aux_prob_prime() argument 111 if (BN_copy(p1, Xp1) == NULL) in bn_rsa_fips186_4_find_aux_prob_prime() 156 const BIGNUM *Xp, const BIGNUM *Xp1, in ossl_bn_rsa_fips186_4_gen_prob_primes() argument 172 Xp1i = (Xp1 != NULL) ? (BIGNUM *)Xp1 : BN_CTX_get(ctx); in ossl_bn_rsa_fips186_4_gen_prob_primes() 182 if (Xp1 == NULL) { in ossl_bn_rsa_fips186_4_gen_prob_primes() 215 if (Xp1 == NULL) in ossl_bn_rsa_fips186_4_gen_prob_primes()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_sp800_56b_gen.c | 69 BIGNUM *Xp = NULL, *Xp1 = NULL, *Xp2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 74 Xp1 = test->Xp1; in ossl_rsa_fips186_4_gen_prob_primes() 125 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->p, Xpo, p1, p2, Xp, Xp1, Xp2, in ossl_rsa_fips186_4_gen_prob_primes()
|
D | rsa_acvp_test_params.c | 95 && !OSSL_PARAM_get_BN(p, &t->Xp1)) in ossl_rsa_acvp_test_set_params() 154 BN_free(t->Xp1); in ossl_rsa_acvp_test_free()
|
D | rsa_x931g.c | 26 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2, in RSA_X931_derive_ex() argument 68 Xp, Xp1, Xp2, e, ctx, cb)) in RSA_X931_derive_ex()
|
D | rsa_local.h | 33 BIGNUM *Xp1; member
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
D | rsa_sp800_56b_gen.c | 69 BIGNUM *Xp = NULL, *Xp1 = NULL, *Xp2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 74 Xp1 = test->Xp1; in ossl_rsa_fips186_4_gen_prob_primes() 125 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->p, Xpo, p1, p2, Xp, Xp1, Xp2, in ossl_rsa_fips186_4_gen_prob_primes()
|
D | rsa_acvp_test_params.c | 95 && !OSSL_PARAM_get_BN(p, &t->Xp1)) in ossl_rsa_acvp_test_set_params() 154 BN_free(t->Xp1); in ossl_rsa_acvp_test_free()
|
D | rsa_x931g.c | 26 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2, in RSA_X931_derive_ex() argument 68 Xp, Xp1, Xp2, e, ctx, cb)) in RSA_X931_derive_ex()
|
D | rsa_local.h | 33 BIGNUM *Xp1; member
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ecjpake.function | 72 const unsigned char *Xp1, size_t len_Xp1, 85 &ctx->Xp1, Xp1, len_Xp1));
|
/third_party/mbedtls/library/ |
D | ecjpake.c | 95 mbedtls_ecp_point_init(&ctx->Xp1); in mbedtls_ecjpake_init() 118 mbedtls_ecp_point_free(&ctx->Xp1); in mbedtls_ecjpake_free() 565 &ctx->Xp1, &ctx->Xp2, ID_PEER, in mbedtls_ecjpake_read_round_one() 629 &ctx->Xm1, &ctx->Xm2, &ctx->Xp1)); in mbedtls_ecjpake_read_round_two() 720 &ctx->Xp1, &ctx->Xp2, &ctx->Xm1)); in mbedtls_ecjpake_write_round_two()
|
/third_party/mbedtls/include/mbedtls/ |
D | ecjpake.h | 79 mbedtls_ecp_point MBEDTLS_PRIVATE(Xp1); /**< Peer public key 1 C: X3, S: X1 */
|
/third_party/openssl/include/crypto/ |
D | bn.h | 103 const BIGNUM *Xp, const BIGNUM *Xp1,
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | bn.h | 103 const BIGNUM *Xp, const BIGNUM *Xp1,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bn.h | 352 const BIGNUM *Xp, const BIGNUM *Xp1, 355 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1,
|
D | rsa.h | 246 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2,
|
/third_party/openssl/include/openssl/ |
D | bn.h | 392 const BIGNUM *Xp, const BIGNUM *Xp1, 396 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1,
|
D | rsa.h | 270 const BIGNUM *Xp1, const BIGNUM *Xp2,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | bn.h | 392 const BIGNUM *Xp, const BIGNUM *Xp1, 396 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1,
|
D | rsa.h | 270 const BIGNUM *Xp1, const BIGNUM *Xp2,
|