Home
last modified time | relevance | path

Searched refs:BN_nist_mod_192 (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nist.c106 group->field_mod_func = BN_nist_mod_192; in ossl_ec_GFp_nist_group_set_curve()
/third_party/openssl/crypto/ec/
H A Decp_nist.c106 group->field_mod_func = BN_nist_mod_192; in ossl_ec_GFp_nist_group_set_curve()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c351 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_192() function
636 /* otherwise it's effectively same as in BN_nist_mod_192... */ in BN_nist_mod_224()
1227 return BN_nist_mod_192; in BN_nist_mod_func()
/third_party/openssl/crypto/bn/
H A Dbn_nist.c329 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_192() function
614 /* otherwise it's effectively same as in BN_nist_mod_192... */ in BN_nist_mod_224()
1205 return BN_nist_mod_192; in BN_nist_mod_func()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h491 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h535 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/third_party/openssl/include/openssl/
H A Dbn.h535 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);

Completed in 7 milliseconds