| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| ec_pmeth.c | 23 EC_GROUP *gen_group; member in struct:__anon1960 63 if (sctx->gen_group) { 64 dctx->gen_group = EC_GROUP_dup(sctx->gen_group); 65 if (!dctx->gen_group) 92 EC_GROUP_free(dctx->gen_group); 234 EC_GROUP_free(dctx->gen_group); 235 dctx->gen_group = group; 239 if (!dctx->gen_group) { 243 EC_GROUP_set_asn1_flag(dctx->gen_group, p1) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/sm2/ |
| sm2_pmeth.c | 22 EC_GROUP *gen_group; member in struct:__anon2121 50 EC_GROUP_free(smctx->gen_group); 65 if (sctx->gen_group != NULL) { 66 dctx->gen_group = EC_GROUP_dup(sctx->gen_group); 67 if (dctx->gen_group == NULL) { 176 EC_GROUP_free(smctx->gen_group); 177 smctx->gen_group = group; 181 if (smctx->gen_group == NULL) { 185 EC_GROUP_set_asn1_flag(smctx->gen_group, p1) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ec_pmeth.c | 29 EC_GROUP *gen_group; member in struct:__anon188 67 if (sctx->gen_group) { 68 dctx->gen_group = EC_GROUP_dup(sctx->gen_group); 69 if (!dctx->gen_group) 96 EC_GROUP_free(dctx->gen_group); 258 EC_GROUP_free(dctx->gen_group); 259 dctx->gen_group = group; 263 if (!dctx->gen_group) { 267 EC_GROUP_set_asn1_flag(dctx->gen_group, p1) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ec_pmeth.c | 29 EC_GROUP *gen_group; member in struct:__anon1304 69 if (sctx->gen_group) { 70 dctx->gen_group = EC_GROUP_dup(sctx->gen_group); 71 if (!dctx->gen_group) 98 EC_GROUP_free(dctx->gen_group); 262 EC_GROUP_free(dctx->gen_group); 263 dctx->gen_group = group; 267 if (!dctx->gen_group) { 271 EC_GROUP_set_asn1_flag(dctx->gen_group, p1) [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| ec_kmgmt.c | 963 EC_GROUP *gen_group; member in struct:ec_gen_ctx 1020 EC_GROUP_free(gctx->gen_group); 1021 gctx->gen_group = group; 1178 EC_GROUP_free(gctx->gen_group); 1179 gctx->gen_group = group; 1257 if (gctx->gen_group == NULL) { 1266 EC_GROUP_set_asn1_flag(gctx->gen_group, flags); 1273 EC_GROUP_set_point_conversion_form(gctx->gen_group, format); 1279 gctx->gen_group, "EC KeyGen", 1)) 1284 ret = ec_gen_assign_group(ec, gctx->gen_group); [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
| ec_kmgmt.c | 991 EC_GROUP *gen_group; member in struct:ec_gen_ctx 1045 EC_GROUP_free(gctx->gen_group); 1046 gctx->gen_group = group; 1198 EC_GROUP_free(gctx->gen_group); 1199 gctx->gen_group = group; 1253 if (gctx->gen_group == NULL) { 1262 EC_GROUP_set_asn1_flag(gctx->gen_group, flags); 1269 EC_GROUP_set_point_conversion_form(gctx->gen_group, format); 1274 ret = ec_gen_assign_group(ec, gctx->gen_group); 1308 if (gctx->gen_group == NULL) [all...] |