Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dec_local.h205 typedef struct nistp224_pre_comp_st NISTP224_PRE_COMP; typedef
273 NISTP224_PRE_COMP *nistp224;
336 NISTP224_PRE_COMP *EC_nistp224_pre_comp_dup(NISTP224_PRE_COMP *);
345 void EC_nistp224_pre_comp_free(NISTP224_PRE_COMP *);
H A Decp_nistp224.c1236 static NISTP224_PRE_COMP *nistp224_pre_comp_new(void) in nistp224_pre_comp_new()
1238 NISTP224_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret)); in nistp224_pre_comp_new()
1251 NISTP224_PRE_COMP *EC_nistp224_pre_comp_dup(NISTP224_PRE_COMP *p) in EC_nistp224_pre_comp_dup()
1259 void EC_nistp224_pre_comp_free(NISTP224_PRE_COMP *p) in EC_nistp224_pre_comp_free()
1423 NISTP224_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp224_points_mul()
1604 NISTP224_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp224_precompute_mult()

Completed in 28 milliseconds