Home
last modified time | relevance | path

Searched defs:ec_bignum_to_felem (Results 1 – 2 of 2) sorted by relevance

/third_party/boringssl/src/crypto/fipsmodule/ec/
Dfelem.c25 int ec_bignum_to_felem(const EC_GROUP *group, EC_FELEM *out, const BIGNUM *in) { in ec_bignum_to_felem() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3038 #define ec_bignum_to_felem BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ec_bignum_to_felem) macro