Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dwnaf.c96 } EC_PRE_COMP; typedef
98 static EC_PRE_COMP *ec_pre_comp_new(void) { in ec_pre_comp_new()
99 EC_PRE_COMP *ret = NULL; in ec_pre_comp_new()
101 ret = (EC_PRE_COMP *)OPENSSL_malloc(sizeof(EC_PRE_COMP)); in ec_pre_comp_new()
115 void *ec_pre_comp_dup(EC_PRE_COMP *pre_comp) { in ec_pre_comp_dup()
124 void ec_pre_comp_free(EC_PRE_COMP *pre_comp) { in ec_pre_comp_free()
312 const EC_PRE_COMP *pre_comp = NULL; in ec_wNAF_mul()
689 EC_PRE_COMP *pre_comp; in ec_wNAF_precompute_mult()