Searched refs:dup (Results 1 – 14 of 14) sorted by relevance
/openssl/test/ |
H A D | exdatatest.c | 68 int dup; member 107 ex_data->dup = 1; in exdup2() 288 if (!TEST_int_eq(ex_data->dup, 1)) in test_exdata()
|
H A D | fake_rsaprov.c | 395 int dup; in fake_rsa_dgstsgnvfy_init() local 398 if (OSSL_PARAM_get_int(p, &dup)) { in fake_rsa_dgstsgnvfy_init()
|
/openssl/crypto/evp/ |
H A D | keymgmt_meth.c | 170 if (keymgmt->dup == NULL) in keymgmt_from_algorithm() 171 keymgmt->dup = OSSL_FUNC_keymgmt_dup(fns); in keymgmt_from_algorithm() 571 if (keymgmt->dup == NULL) in evp_keymgmt_dup() 573 return keymgmt->dup(keydata_from, selection); in evp_keymgmt_dup()
|
H A D | evp_local.h | 138 OSSL_FUNC_keymgmt_dup_fn *dup; member
|
H A D | keymgmt_lib.c | 463 if (to_keymgmt == from->keymgmt && to_keymgmt->dup != NULL in evp_keymgmt_util_copy()
|
/openssl/crypto/cmp/ |
H A D | cmp_asn.c | 502 X509_ALGOR *dup; in OSSL_CMP_ATAV_new_algId() local 509 if ((dup = X509_ALGOR_dup(alg)) == NULL) in OSSL_CMP_ATAV_new_algId() 512 (ASN1_TYPE *)dup); in OSSL_CMP_ATAV_new_algId() 514 X509_ALGOR_free(dup); in OSSL_CMP_ATAV_new_algId() 565 OSSL_CMP_ATAV *dup; in OSSL_CMP_ATAV_push1() local 578 … if ((dup = OSSL_CRMF_ATTRIBUTETYPEANDVALUE_dup((OSSL_CRMF_ATTRIBUTETYPEANDVALUE *)atav)) == NULL) in OSSL_CMP_ATAV_push1() 580 if (sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(*sk_p, dup)) in OSSL_CMP_ATAV_push1() 582 OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(dup); in OSSL_CMP_ATAV_push1()
|
H A D | cmp_client.c | 109 ASN1_UTF8STRING *dup = ASN1_STRING_dup(str); in save_statusInfo() local 111 if (dup == NULL || !sk_ASN1_UTF8STRING_push(ctx->statusString, dup)) { in save_statusInfo() 112 ASN1_UTF8STRING_free(dup); in save_statusInfo()
|
/openssl/include/openssl/ |
H A D | ui.h.in | 60 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 D | ec_asn1.c | 523 EC_GROUP *ret = NULL, *dup = NULL; in EC_GROUP_new_from_ecparameters() local 772 if ((dup = EC_GROUP_dup(ret)) == NULL in EC_GROUP_new_from_ecparameters() 773 || EC_GROUP_set_seed(dup, NULL, 0) != 1 in EC_GROUP_new_from_ecparameters() 774 || !EC_GROUP_set_generator(dup, point, a, NULL)) { in EC_GROUP_new_from_ecparameters() 778 if ((curve_name = ossl_ec_curve_nid_from_params(dup, ctx)) != NID_undef) { in EC_GROUP_new_from_ecparameters() 834 EC_GROUP_free(dup); in EC_GROUP_new_from_ecparameters()
|
H A D | ec_lib.c | 1409 EC_GROUP *ret_group = NULL, *dup = NULL; in ec_group_explicit_to_named() local 1416 if ((dup = EC_GROUP_dup(group)) == NULL in ec_group_explicit_to_named() 1417 || EC_GROUP_set_seed(dup, NULL, 0) != 1 in ec_group_explicit_to_named() 1418 || !EC_GROUP_set_generator(dup, point, order, NULL)) in ec_group_explicit_to_named() 1420 if ((curve_name_nid = ossl_ec_curve_nid_from_params(dup, ctx)) != NID_undef) { in ec_group_explicit_to_named() 1466 EC_GROUP_free(dup); in ec_group_explicit_to_named() 1469 EC_GROUP_free(dup); in ec_group_explicit_to_named()
|
/openssl/doc/designs/ |
H A D | fips_indicator.md | 215 This is used to copy the OSSL_FIPS_IND when calling a dup(). If the dup() uses
|
/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 619 deref => 0x06, dup => 0x12,
|
/openssl/apps/ |
H A D | speed.c | 4862 if (dup(fd[1]) == -1) { in do_multi()
|
/openssl/ |
H A D | CHANGES.md | 15297 * New ASN1 functions to handle dup, sign, verify, digest, pack and 18132 from an X509_CTX structure with a dup of the stack and all
|
Completed in 88 milliseconds