| /crypto/asn1/ |
| A D | d2i_pu.c | 32 EVP_PKEY *copy = NULL; in d2i_PublicKey() local 45 if (!evp_pkey_copy_downgraded(©, 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 D | x509_vpm.c | 39 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 D | slh_wots.c | 160 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 D | slh_xmss.c | 102 adrsf->copy(tmp_adrs, adrs); in ossl_slh_xmss_sign() 108 adrsf->copy(adrs, tmp_adrs); in ossl_slh_xmss_sign()
|
| A D | slh_adrs.h | 68 OSSL_SLH_ADRS_FUNC_copy *copy; member
|
| A D | slh_fors.c | 49 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 D | ec_kmeth.c | 198 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 D | ec_backend.c | 664 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 D | ec_key.c | 180 if (src->meth->copy != NULL && src->meth->copy(dest, src) == 0) in EC_KEY_copy()
|
| A D | ecp_nistp224.c | 791 const limb copy = -icopy; in copy_conditional() local 793 const limb tmp = copy & (in[i] ^ out[i]); in copy_conditional()
|
| A D | ec_local.h | 671 int (*copy)(EC_KEY *dest, const EC_KEY *src); member
|
| /crypto/property/ |
| A D | property_parse.c | 543 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 D | pem_pkey.c | 347 EVP_PKEY *copy = NULL; in PEM_write_bio_PrivateKey_traditional() local 355 && evp_pkey_copy_downgraded(©, 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 D | bn-c64xplus.asm | 4 ;; 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 D | ts_rsp_sign.c | 192 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 D | evp_lib.c | 940 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 D | pmeth_lib.c | 606 } 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 D | digest.c | 720 if (out->digest->copy) in EVP_MD_CTX_copy_ex() 721 return out->digest->copy(out, in); in EVP_MD_CTX_copy_ex()
|
| A D | p_lib.c | 1748 if (ameth == NULL || ameth->copy == NULL) { in EVP_PKEY_dup() 1755 if (!ameth->copy(dup_pk, pkey)) in EVP_PKEY_dup()
|
| /crypto/ |
| A D | sparccpuid.S | 4 ! this file except in compliance with the License. You can obtain a copy
|
| /crypto/aes/asm/ |
| A D | bsaes-armv8.pl | 38 // this file except in compliance with the License. You can obtain a copy 1431 mov x19, x0 // copy arguments
|
| /crypto/err/ |
| A D | openssl.txt | 4 # 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 D | des_enc.m4 | 4 ! this file except in compliance with the License. You can obtain a copy
|