Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/ec/
HDec_local.h205 typedef struct nistp256_pre_comp_st NISTP256_PRE_COMP; typedef
272 NISTP256_PRE_COMP *nistp256;
335 NISTP256_PRE_COMP *EC_nistp256_pre_comp_dup(NISTP256_PRE_COMP *);
338 NISTP256_PRE_COMP *EC_nistp256_pre_comp_dup(NISTP256_PRE_COMP *);
343 void EC_nistp256_pre_comp_free(NISTP256_PRE_COMP *);
HDecp_nistp256.c1848 static NISTP256_PRE_COMP *nistp256_pre_comp_new(void) in nistp256_pre_comp_new()
1850 NISTP256_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret)); in nistp256_pre_comp_new()
1868 NISTP256_PRE_COMP *EC_nistp256_pre_comp_dup(NISTP256_PRE_COMP *p) in EC_nistp256_pre_comp_dup()
1876 void EC_nistp256_pre_comp_free(NISTP256_PRE_COMP *pre) in EC_nistp256_pre_comp_free()
2042 NISTP256_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp256_points_mul()
2231 NISTP256_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp256_precompute_mult()