Searched refs:Xp2 (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_x931p.c | 53 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, in BN_X931_derive_prime_ex() argument 83 if (!bn_x931_derive_pi(p2, Xp2, ctx, cb)) in BN_X931_derive_prime_ex() 216 BIGNUM *Xp1, BIGNUM *Xp2, in BN_X931_generate_prime_ex() argument 225 if (Xp2 == NULL) in BN_X931_generate_prime_ex() 226 Xp2 = BN_CTX_get(ctx); in BN_X931_generate_prime_ex() 227 if (Xp1 == NULL || Xp2 == NULL) in BN_X931_generate_prime_ex() 232 if (!BN_priv_rand(Xp2, 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/ |
D | rsa_x931g.c | 20 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/ |
D | ecjpake.c | 68 mbedtls_ecp_point_init( &ctx->Xp2 ); in mbedtls_ecjpake_init() 90 mbedtls_ecp_point_free( &ctx->Xp2 ); in mbedtls_ecjpake_free() 529 &ctx->Xp1, &ctx->Xp2, ID_PEER, in mbedtls_ecjpake_read_round_one() 700 &ctx->Xp1, &ctx->Xp2, &ctx->Xm1 ) ); in mbedtls_ecjpake_write_round_two() 787 &m_xm2_s, &ctx->Xp2 ) ); in mbedtls_ecjpake_derive_secret()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ecjpake.function | 72 const unsigned char *Xp2, size_t len_Xp2 ) 86 &ctx->Xp2, Xp2, len_Xp2 ) );
|
/third_party/mbedtls/include/mbedtls/ |
D | ecjpake.h | 81 mbedtls_ecp_point MBEDTLS_PRIVATE(Xp2); /**< Peer public key 2 C: X4, S: X2 */
|
/third_party/openssl/include/openssl/ |
D | bn.h | 353 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, 356 BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e,
|
D | rsa.h | 246 BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2,
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 70635 zPJ;9Ny?TT1eIWTSm;0M5=Pch?y;^dvCtnVwO#Nj<6a1=dN<Xp2|1v^L@uDt~Z;3aN
|