Home
last modified time | relevance | path

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

/crypto/ec/
A Dec_local.h207 typedef struct nistp384_pre_comp_st NISTP384_PRE_COMP; typedef
275 NISTP384_PRE_COMP *nistp384;
338 NISTP384_PRE_COMP *ossl_ec_nistp384_pre_comp_dup(NISTP384_PRE_COMP *);
347 void ossl_ec_nistp384_pre_comp_free(NISTP384_PRE_COMP *);
A Decp_nistp384.c1568 static NISTP384_PRE_COMP *nistp384_pre_comp_new(void) in nistp384_pre_comp_new()
1570 NISTP384_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret)); in nistp384_pre_comp_new()
1582 NISTP384_PRE_COMP *ossl_ec_nistp384_pre_comp_dup(NISTP384_PRE_COMP *p) in ossl_ec_nistp384_pre_comp_dup()
1591 void ossl_ec_nistp384_pre_comp_free(NISTP384_PRE_COMP *p) in ossl_ec_nistp384_pre_comp_free()
1753 NISTP384_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp384_points_mul()
1933 NISTP384_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp384_precompute_mult()

Completed in 11 milliseconds