Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dec_local.h208 typedef struct nistp521_pre_comp_st NISTP521_PRE_COMP; typedef
276 NISTP521_PRE_COMP *nistp521;
339 NISTP521_PRE_COMP *EC_nistp521_pre_comp_dup(NISTP521_PRE_COMP *);
348 void EC_nistp521_pre_comp_free(NISTP521_PRE_COMP *);
H A Decp_nistp521.c1739 static NISTP521_PRE_COMP *nistp521_pre_comp_new(void) in nistp521_pre_comp_new()
1741 NISTP521_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret)); in nistp521_pre_comp_new()
1753 NISTP521_PRE_COMP *EC_nistp521_pre_comp_dup(NISTP521_PRE_COMP *p) in EC_nistp521_pre_comp_dup()
1761 void EC_nistp521_pre_comp_free(NISTP521_PRE_COMP *p) in EC_nistp521_pre_comp_free()
1926 NISTP521_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp521_points_mul()
2111 NISTP521_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp521_precompute_mult()

Completed in 15 milliseconds