Searched refs:Xin (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_rsa_fips186_4.c | 233 * Xin An optional passed in value for X used for testing purposes. 244 int ossl_bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin, in ossl_bn_rsa_fips186_4_derive_prime() argument 267 if (Xin != NULL && BN_copy(X, Xin) == NULL) in ossl_bn_rsa_fips186_4_derive_prime() 279 if (Xin == NULL) { in ossl_bn_rsa_fips186_4_derive_prime() 315 if (Xin == NULL) { in ossl_bn_rsa_fips186_4_derive_prime() 331 if (Xin == NULL) in ossl_bn_rsa_fips186_4_derive_prime()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_rsa_fips186_4.c | 233 * Xin An optional passed in value for X used for testing purposes. 244 int ossl_bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin, in ossl_bn_rsa_fips186_4_derive_prime() argument 267 if (Xin != NULL && BN_copy(X, Xin) == NULL) in ossl_bn_rsa_fips186_4_derive_prime() 279 if (Xin == NULL) { in ossl_bn_rsa_fips186_4_derive_prime() 315 if (Xin == NULL) { in ossl_bn_rsa_fips186_4_derive_prime() 331 if (Xin == NULL) in ossl_bn_rsa_fips186_4_derive_prime()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | bn.h | 108 int ossl_bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin,
|
/third_party/openssl/include/crypto/ |
H A D | bn.h | 108 int ossl_bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin,
|
Completed in 2 milliseconds