Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_x931p.c52 const BIGNUM *Xp, const BIGNUM *Xp1, in BN_X931_derive_prime_ex() argument
80 if (!bn_x931_derive_pi(p1, Xp1, ctx, cb)) in BN_X931_derive_prime_ex()
216 BIGNUM *Xp1, BIGNUM *Xp2, in BN_X931_generate_prime_ex() argument
223 if (Xp1 == NULL) in BN_X931_generate_prime_ex()
224 Xp1 = BN_CTX_get(ctx); in BN_X931_generate_prime_ex()
227 if (Xp1 == NULL || Xp2 == NULL) in BN_X931_generate_prime_ex()
230 if (!BN_priv_rand(Xp1, 101, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY)) in BN_X931_generate_prime_ex()
234 if (!BN_X931_derive_prime_ex(p, p1, p2, Xp, Xp1, Xp2, e, ctx, cb)) in BN_X931_generate_prime_ex()
/third_party/openssl/crypto/rsa/
Drsa_x931g.c20 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2, in RSA_X931_derive_ex() argument
62 Xp, Xp1, Xp2, e, ctx, cb)) in RSA_X931_derive_ex()
/third_party/mbedtls/library/
Decjpake.c67 mbedtls_ecp_point_init( &ctx->Xp1 ); in mbedtls_ecjpake_init()
89 mbedtls_ecp_point_free( &ctx->Xp1 ); in mbedtls_ecjpake_free()
529 &ctx->Xp1, &ctx->Xp2, ID_PEER, in mbedtls_ecjpake_read_round_one()
601 &ctx->Xm1, &ctx->Xm2, &ctx->Xp1 ) ); in mbedtls_ecjpake_read_round_two()
700 &ctx->Xp1, &ctx->Xp2, &ctx->Xm1 ) ); in mbedtls_ecjpake_write_round_two()
/third_party/mbedtls/tests/suites/
Dtest_suite_ecjpake.function71 const unsigned char *Xp1, size_t len_Xp1,
84 &ctx->Xp1, Xp1, len_Xp1 ) );
/third_party/mbedtls/include/mbedtls/
Decjpake.h80 mbedtls_ecp_point MBEDTLS_PRIVATE(Xp1); /**< Peer public key 1 C: X3, S: X1 */
/third_party/openssl/include/openssl/
Dbn.h352 const BIGNUM *Xp, const BIGNUM *Xp1,
355 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1,
Drsa.h246 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2,