Searched refs:EC_PRE_COMP (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_mult.c91 } EC_PRE_COMP; typedef in typeref:struct:ec_pre_comp_st
93 /* functions to manage EC_PRE_COMP within the EC_GROUP extra_data framework */
98 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group)
100 EC_PRE_COMP *ret = NULL;
105 ret = (EC_PRE_COMP *)OPENSSL_malloc(sizeof(EC_PRE_COMP));
120 EC_PRE_COMP *src = src_;
132 EC_PRE_COMP *pre = pre_;
155 EC_PRE_COMP *pre = pre_;
345 const EC_PRE_COMP *pre_com
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_mult.c89 } EC_PRE_COMP; typedef in typeref:struct:ec_pre_comp_st
91 /* functions to manage EC_PRE_COMP within the EC_GROUP extra_data framework */
96 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group)
98 EC_PRE_COMP *ret = NULL;
103 ret = (EC_PRE_COMP *)OPENSSL_malloc(sizeof(EC_PRE_COMP));
120 EC_PRE_COMP *src = src_;
132 EC_PRE_COMP *pre = pre_;
154 EC_PRE_COMP *pre = pre_;
353 const EC_PRE_COMP *pre_com
[all...]
H A Decp_nistz256.c82 } EC_PRE_COMP; typedef in typeref:struct:ec_pre_comp_st
132 static EC_PRE_COMP *ecp_nistz256_pre_comp_new(const EC_GROUP *group);
760 EC_PRE_COMP *pre_comp;
768 /* if there is an old EC_PRE_COMP object, throw it away */
1132 const EC_PRE_COMP *pre_comp = NULL;
1393 static EC_PRE_COMP *ecp_nistz256_pre_comp_new(const EC_GROUP *group)
1395 EC_PRE_COMP *ret = NULL;
1400 ret = (EC_PRE_COMP *)OPENSSL_malloc(sizeof(EC_PRE_COMP));
1417 EC_PRE_COMP *sr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_mult.c89 } EC_PRE_COMP; typedef in typeref:struct:ec_pre_comp_st
91 /* functions to manage EC_PRE_COMP within the EC_GROUP extra_data framework */
96 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group)
98 EC_PRE_COMP *ret = NULL;
103 ret = (EC_PRE_COMP *)OPENSSL_malloc(sizeof(EC_PRE_COMP));
120 EC_PRE_COMP *src = src_;
132 EC_PRE_COMP *pre = pre_;
154 EC_PRE_COMP *pre = pre_;
353 const EC_PRE_COMP *pre_com
[all...]
H A Decp_nistz256.c82 } EC_PRE_COMP; typedef in typeref:struct:ec_pre_comp_st
132 static EC_PRE_COMP *ecp_nistz256_pre_comp_new(const EC_GROUP *group);
760 EC_PRE_COMP *pre_comp;
768 /* if there is an old EC_PRE_COMP object, throw it away */
1132 const EC_PRE_COMP *pre_comp = NULL;
1393 static EC_PRE_COMP *ecp_nistz256_pre_comp_new(const EC_GROUP *group)
1395 EC_PRE_COMP *ret = NULL;
1400 ret = (EC_PRE_COMP *)OPENSSL_malloc(sizeof(EC_PRE_COMP));
1417 EC_PRE_COMP *sr
[all...]

Completed in 111 milliseconds