/openssl/crypto/ec/ |
H A D | ecp_nist.c | 85 int ossl_ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_nist_group_copy()
|
H A D | ecp_mont.c | 111 int ossl_ec_GFp_mont_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_mont_group_copy()
|
H A D | ec_kmeth.c | 198 int (*copy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_set_init() 264 int (**pcopy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_get_init()
|
H A D | ec2_smpl.c | 75 int ossl_ec_GF2m_simple_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GF2m_simple_group_copy() 258 int ossl_ec_GF2m_simple_point_copy(EC_POINT *dest, const EC_POINT *src) in ossl_ec_GF2m_simple_point_copy()
|
H A D | ecp_smpl.c | 127 int ossl_ec_GFp_simple_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_simple_group_copy() 353 int ossl_ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src) in ossl_ec_GFp_simple_point_copy()
|
/openssl/crypto/asn1/ |
H A D | x_algor.c | 108 int X509_ALGOR_copy(X509_ALGOR *dest, const X509_ALGOR *src) in X509_ALGOR_copy()
|
H A D | a_mbstr.c | 50 ASN1_STRING *dest; in ASN1_mbstring_ncopy() local
|
/openssl/crypto/x509/ |
H A D | x509aset.c | 15 static int replace_gentime(ASN1_STRING **dest, const ASN1_GENERALIZEDTIME *src) in replace_gentime()
|
/openssl/crypto/ |
H A D | params.c | 117 static int copy_integer(unsigned char *dest, size_t dest_len, in copy_integer() 165 static int signed_from_signed(void *dest, size_t dest_len, in signed_from_signed() 173 static int signed_from_unsigned(void *dest, size_t dest_len, in signed_from_unsigned() 180 static int unsigned_from_signed(void *dest, size_t dest_len, in unsigned_from_signed() 191 static int unsigned_from_unsigned(void *dest, size_t dest_len, in unsigned_from_unsigned()
|
H A D | packet.c | 445 unsigned char *dest; in WPACKET_memset() local 461 unsigned char *dest; in WPACKET_memcpy() local
|
/openssl/crypto/engine/ |
H A D | eng_list.c | 378 static void engine_cpy(ENGINE *dest, const ENGINE *src) in engine_cpy()
|
/openssl/crypto/http/ |
H A D | http_lib.c | 39 static int copy_substring(char **dest, const char *start, const char *end) in copy_substring()
|
/openssl/providers/implementations/kdfs/ |
H A D | pvkkdf.c | 77 KDF_PVK *dest; in kdf_pvk_dup() local
|
H A D | pbkdf1.c | 141 KDF_PBKDF1 *dest; in kdf_pbkdf1_dup() local
|
H A D | pkcs12kdf.c | 181 KDF_PKCS12 *dest; in kdf_pkcs12_dup() local
|
H A D | sshkdf.c | 96 KDF_SSHKDF *dest; in kdf_sshkdf_dup() local
|
H A D | tls1_prf.c | 153 TLS1_PRF *dest; in kdf_tls1_prf_dup() local
|
H A D | krb5kdf.c | 107 KRB5KDF_CTX *dest; in krb5kdf_dup() local
|
H A D | pbkdf2.c | 128 KDF_PBKDF2 *dest; in kdf_pbkdf2_dup() local
|
/openssl/providers/common/ |
H A D | provider_util.c | 357 unsigned char **dest, size_t *dest_len) in ossl_prov_memdup()
|
/openssl/crypto/cms/ |
H A D | cms_ess.c | 235 int ossl_cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src) in ossl_cms_msgSigDigest_add1()
|
/openssl/ssl/ |
H A D | ssl_asn1.c | 100 static void ssl_session_sinit(ASN1_OCTET_STRING **dest, ASN1_OCTET_STRING *os, in ssl_session_sinit()
|
/openssl/crypto/modes/ |
H A D | siv128.c | 221 int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src) in ossl_siv128_copy_ctx()
|
H A D | ocb128.c | 194 int CRYPTO_ocb128_copy_ctx(OCB128_CONTEXT *dest, OCB128_CONTEXT *src, in CRYPTO_ocb128_copy_ctx()
|
/openssl/apps/ |
H A D | passwd.c | 445 int dest, source; in md5crypt() local
|