Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_local.h206 typedef struct nistp521_pre_comp_st NISTP521_PRE_COMP; typedef
273 NISTP521_PRE_COMP *nistp521;
336 NISTP521_PRE_COMP *EC_nistp521_pre_comp_dup(NISTP521_PRE_COMP *);
344 void EC_nistp521_pre_comp_free(NISTP521_PRE_COMP *);
H A Decp_nistp521.c1741 static NISTP521_PRE_COMP *nistp521_pre_comp_new(void) in nistp521_pre_comp_new()
1743 NISTP521_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret)); in nistp521_pre_comp_new()
1761 NISTP521_PRE_COMP *EC_nistp521_pre_comp_dup(NISTP521_PRE_COMP *p) in EC_nistp521_pre_comp_dup()
1769 void EC_nistp521_pre_comp_free(NISTP521_PRE_COMP *p) in EC_nistp521_pre_comp_free()
1934 NISTP521_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp521_points_mul()
2121 NISTP521_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp521_precompute_mult()