Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dec_local.h206 typedef struct nistp256_pre_comp_st NISTP256_PRE_COMP; typedef
274 NISTP256_PRE_COMP *nistp256;
337 NISTP256_PRE_COMP *EC_nistp256_pre_comp_dup(NISTP256_PRE_COMP *);
341 NISTP256_PRE_COMP *EC_nistp256_pre_comp_dup(NISTP256_PRE_COMP *);
346 void EC_nistp256_pre_comp_free(NISTP256_PRE_COMP *);
H A Decp_nistp256.c1849 static NISTP256_PRE_COMP *nistp256_pre_comp_new(void) in nistp256_pre_comp_new()
1851 NISTP256_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret)); in nistp256_pre_comp_new()
1863 NISTP256_PRE_COMP *EC_nistp256_pre_comp_dup(NISTP256_PRE_COMP *p) in EC_nistp256_pre_comp_dup()
1871 void EC_nistp256_pre_comp_free(NISTP256_PRE_COMP *pre) in EC_nistp256_pre_comp_free()
2037 NISTP256_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp256_points_mul()
2224 NISTP256_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp256_precompute_mult()

Completed in 11 milliseconds