Home
last modified time | relevance | path

Searched refs:dup (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/evp/
H A Dkeymgmt_meth.c137 if (keymgmt->dup == NULL) in keymgmt_from_algorithm()
138 keymgmt->dup = OSSL_FUNC_keymgmt_dup(fns); in keymgmt_from_algorithm()
483 if (keymgmt->dup == NULL) in evp_keymgmt_dup()
485 return keymgmt->dup(keydata_from, selection); in evp_keymgmt_dup()
H A Devp_local.h133 OSSL_FUNC_keymgmt_dup_fn *dup; member
H A Dkeymgmt_lib.c456 if (to_keymgmt == from->keymgmt && to_keymgmt->dup != NULL in evp_keymgmt_util_copy()
/openssl/test/
H A Dexdatatest.c68 int dup; member
107 ex_data->dup = 1; in exdup2()
288 if (!TEST_int_eq(ex_data->dup, 1)) in test_exdata()
/openssl/include/openssl/
H A Dui.h.in60 strings to prompt for data. The names are UI_{add,dup}_<function>_string
61 and UI_{add,dup}_input_boolean.
63 UI_{add,dup}_<function>_string have the following meanings:
66 dup make a copy of the text or prompt string, then add the copy
79 UI_{add,dup}_input_boolean have the same semantics for "add" and "dup",
/openssl/crypto/ec/
H A Dec_asn1.c525 EC_GROUP *ret = NULL, *dup = NULL; in EC_GROUP_new_from_ecparameters() local
776 if ((dup = EC_GROUP_dup(ret)) == NULL in EC_GROUP_new_from_ecparameters()
777 || EC_GROUP_set_seed(dup, NULL, 0) != 1 in EC_GROUP_new_from_ecparameters()
778 || !EC_GROUP_set_generator(dup, point, a, NULL)) { in EC_GROUP_new_from_ecparameters()
782 if ((curve_name = ossl_ec_curve_nid_from_params(dup, ctx)) != NID_undef) { in EC_GROUP_new_from_ecparameters()
838 EC_GROUP_free(dup); in EC_GROUP_new_from_ecparameters()
H A Dec_lib.c1406 EC_GROUP *ret_group = NULL, *dup = NULL; in ec_group_explicit_to_named() local
1413 if ((dup = EC_GROUP_dup(group)) == NULL in ec_group_explicit_to_named()
1414 || EC_GROUP_set_seed(dup, NULL, 0) != 1 in ec_group_explicit_to_named()
1415 || !EC_GROUP_set_generator(dup, point, order, NULL)) in ec_group_explicit_to_named()
1417 if ((curve_name_nid = ossl_ec_curve_nid_from_params(dup, ctx)) != NID_undef) { in ec_group_explicit_to_named()
1463 EC_GROUP_free(dup); in ec_group_explicit_to_named()
1466 EC_GROUP_free(dup); in ec_group_explicit_to_named()
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl555 deref => 0x06, dup => 0x12,
/openssl/apps/
H A Dspeed.c3453 if (dup(fd[1]) == -1) { in do_multi()
/openssl/
H A DCHANGES.md13755 * New ASN1 functions to handle dup, sign, verify, digest, pack and
16590 from an X509_CTX structure with a dup of the stack and all

Completed in 112 milliseconds