Home
last modified time | relevance | path

Searched refs:BN_nist_mod_256 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/ec/
H A Decp_nist.c148 group->field_mod_func = BN_nist_mod_256; in ec_GFp_nist_group_set_curve()
/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h626 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_nist.c797 BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) in BN_nist_mod_256() function