Home
last modified time | relevance | path

Searched refs:BN_nist_mod_384 (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/ec/
Decp_nist.c150 group->field_mod_func = BN_nist_mod_384; in ec_GFp_nist_group_set_curve()
/external/openssl/include/openssl/
Dbn.h688 int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/external/openssl/crypto/bn/
Dbn.h688 int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
Dbn_nist.c838 int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_384() function