Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 23 of 23) sorted by relevance

/crypto/asn1/
A Dd2i_pu.c32 EVP_PKEY *copy = NULL; in d2i_PublicKey() local
45 if (!evp_pkey_copy_downgraded(&copy, ret)) in d2i_PublicKey()
51 if ((type != EVP_PKEY_get_id(ret) || copy != NULL) in d2i_PublicKey()
74 if (copy != NULL) { in d2i_PublicKey()
76 ret->pkey.ec = copy->pkey.ec; in d2i_PublicKey()
77 copy->pkey.ec = NULL; in d2i_PublicKey()
91 EVP_PKEY_free(copy); in d2i_PublicKey()
96 EVP_PKEY_free(copy); in d2i_PublicKey()
/crypto/x509/
A Dx509_vpm.c39 char *copy; in int_x509_param_set_hosts() local
60 copy = OPENSSL_strndup(name, namelen); in int_x509_param_set_hosts()
61 if (copy == NULL) in int_x509_param_set_hosts()
66 OPENSSL_free(copy); in int_x509_param_set_hosts()
70 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { in int_x509_param_set_hosts()
71 OPENSSL_free(copy); in int_x509_param_set_hosts()
/crypto/slh_dsa/
A Dslh_wots.c160 adrsf->copy(sk_adrs, adrs); in ossl_slh_wots_pk_gen()
176 adrsf->copy(wots_pk_adrs, adrs); in ossl_slh_wots_pk_gen()
230 adrsf->copy(sk_adrs, adrs); in ossl_slh_wots_sign()
304 adrsf->copy(wots_pk_adrs, adrs); in ossl_slh_wots_pk_from_sig()
A Dslh_xmss.c102 adrsf->copy(tmp_adrs, adrs); in ossl_slh_xmss_sign()
108 adrsf->copy(adrs, tmp_adrs); in ossl_slh_xmss_sign()
A Dslh_adrs.h68 OSSL_SLH_ADRS_FUNC_copy *copy; member
A Dslh_fors.c49 adrsf->copy(sk_adrs, adrs); in slh_fors_sk_gen()
284 adrsf->copy(pk_adrs, adrs); in ossl_slh_fors_pk_from_sig()
/crypto/ec/
A Dec_kmeth.c198 int (*copy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_set_init()
207 meth->copy = copy; in EC_KEY_METHOD_set_init()
277 *pcopy = meth->copy; in EC_KEY_METHOD_get_init()
A Dec_backend.c664 if (ret->meth != NULL && ret->meth->copy != NULL) { in ossl_ec_key_dup()
668 if (ret->meth->copy(ret, src) == 0) in ossl_ec_key_dup()
A Dec_key.c180 if (src->meth->copy != NULL && src->meth->copy(dest, src) == 0) in EC_KEY_copy()
A Decp_nistp224.c791 const limb copy = -icopy; in copy_conditional() local
793 const limb tmp = copy & (in[i] ^ out[i]); in copy_conditional()
A Dec_local.h671 int (*copy)(EC_KEY *dest, const EC_KEY *src); member
/crypto/property/
A Dproperty_parse.c543 const OSSL_PROPERTY_DEFINITION *copy; in ossl_property_merge() local
556 copy = &bp[j++]; in ossl_property_merge()
558 copy = &ap[i++]; in ossl_property_merge()
562 copy = &ap[i++]; in ossl_property_merge()
564 copy = &bp[j++]; in ossl_property_merge()
566 memcpy(r->properties + n, copy, sizeof(r->properties[0])); in ossl_property_merge()
567 r->has_optional |= copy->optional; in ossl_property_merge()
/crypto/pem/
A Dpem_pkey.c347 EVP_PKEY *copy = NULL; in PEM_write_bio_PrivateKey_traditional() local
355 && evp_pkey_copy_downgraded(&copy, x)) in PEM_write_bio_PrivateKey_traditional()
356 x = copy; in PEM_write_bio_PrivateKey_traditional()
360 EVP_PKEY_free(copy); in PEM_write_bio_PrivateKey_traditional()
367 EVP_PKEY_free(copy); in PEM_write_bio_PrivateKey_traditional()
/crypto/bn/asm/
A Dbn-c64xplus.asm4 ;; this file except in compliance with the License. You can obtain a copy
232 || MV ARG1,A5 ; copy ap
233 || MV ARG0,B4 ; copy rp
/crypto/ts/
A Dts_rsp_sign.c192 ASN1_OBJECT *copy = NULL; in TS_RESP_CTX_add_policy() local
199 if ((copy = OBJ_dup(policy)) == NULL) { in TS_RESP_CTX_add_policy()
203 if (!sk_ASN1_OBJECT_push(ctx->policies, copy)) { in TS_RESP_CTX_add_policy()
210 ASN1_OBJECT_free(copy); in TS_RESP_CTX_add_policy()
/crypto/evp/
A Devp_lib.c940 int EVP_MD_meth_set_copy(EVP_MD *md, int (*copy)(EVP_MD_CTX *to, in EVP_MD_meth_set_copy()
943 if (md->copy != NULL) in EVP_MD_meth_set_copy()
946 md->copy = copy; in EVP_MD_meth_set_copy()
1001 return md->copy; in EVP_MD_meth_get_copy()
A Dpmeth_lib.c606 } else if (pctx->pmeth->copy(rctx, pctx) > 0) { in EVP_PKEY_CTX_dup()
1685 int (*copy) (EVP_PKEY_CTX *dst, in EVP_PKEY_meth_set_copy()
1688 pmeth->copy = copy; in EVP_PKEY_meth_set_copy()
1873 *pcopy = pmeth->copy; in EVP_PKEY_meth_get_copy()
A Ddigest.c720 if (out->digest->copy) in EVP_MD_CTX_copy_ex()
721 return out->digest->copy(out, in); in EVP_MD_CTX_copy_ex()
A Dp_lib.c1748 if (ameth == NULL || ameth->copy == NULL) { in EVP_PKEY_dup()
1755 if (!ameth->copy(dup_pk, pkey)) in EVP_PKEY_dup()
/crypto/
A Dsparccpuid.S4 ! this file except in compliance with the License. You can obtain a copy
/crypto/aes/asm/
A Dbsaes-armv8.pl38 // this file except in compliance with the License. You can obtain a copy
1431 mov x19, x0 // copy arguments
/crypto/err/
A Dopenssl.txt4 # this file except in compliance with the License. You can obtain a copy
736 EVP_R_COPY_ERROR:173:copy error
783 EVP_R_NOT_ABLE_TO_COPY_CTX:190:not able to copy ctx
1423 SSL_R_COPY_PARAMETERS_FAILED:296:copy parameters failed
/crypto/des/asm/
A Ddes_enc.m44 ! this file except in compliance with the License. You can obtain a copy

Completed in 72 milliseconds