/openssl-master/crypto/asn1/ |
A D | x_algor.c | 98 int X509_ALGOR_copy(X509_ALGOR *dest, const X509_ALGOR *src) in X509_ALGOR_copy()
|
A D | a_mbstr.c | 50 ASN1_STRING *dest; in ASN1_mbstring_ncopy() local
|
/openssl-master/crypto/ec/ |
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()
|
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()
|
A D | ec_kmeth.c | 203 int (*copy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_set_init() 269 int (**pcopy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_get_init()
|
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()
|
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()
|
A D | ec_lib.c | 161 int EC_GROUP_copy(EC_GROUP *dest, const EC_GROUP *src) in EC_GROUP_copy() 768 int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) in EC_POINT_copy()
|
A D | ec_key.c | 105 EC_KEY *EC_KEY_copy(EC_KEY *dest, const EC_KEY *src) in EC_KEY_copy()
|
/openssl-master/crypto/engine/ |
A D | eng_list.c | 255 static void engine_cpy(ENGINE *dest, const ENGINE *src) in engine_cpy()
|
/openssl-master/crypto/ |
A D | params.c | 91 static int copy_integer(unsigned char *dest, size_t dest_len, in copy_integer() 135 static int signed_from_signed(void *dest, size_t dest_len, in signed_from_signed() 143 static int signed_from_unsigned(void *dest, size_t dest_len, in signed_from_unsigned() 150 static int unsigned_from_signed(void *dest, size_t dest_len, in unsigned_from_signed() 159 static int unsigned_from_unsigned(void *dest, size_t dest_len, in unsigned_from_unsigned()
|
A D | packet.c | 422 unsigned char *dest; in WPACKET_memset() local 438 unsigned char *dest; in WPACKET_memcpy() local
|
A D | provider_core.c | 252 INFOPAIR *dest = OPENSSL_zalloc(sizeof(*dest)); in infopair_copy() local
|
/openssl-master/crypto/http/ |
A D | http_lib.c | 25 static int copy_substring(char **dest, const char *start, const char *end) in copy_substring()
|
/openssl-master/crypto/cms/ |
A D | cms_ess.c | 233 int ossl_cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src) in ossl_cms_msgSigDigest_add1()
|
/openssl-master/ssl/ |
A D | ssl_asn1.c | 97 static void ssl_session_sinit(ASN1_OCTET_STRING **dest, ASN1_OCTET_STRING *os, in ssl_session_sinit()
|
A D | ssl_sess.c | 166 SSL_SESSION *dest; in ssl_session_dup() local
|
/openssl-master/crypto/modes/ |
A D | ocb128.c | 196 int CRYPTO_ocb128_copy_ctx(OCB128_CONTEXT *dest, OCB128_CONTEXT *src, in CRYPTO_ocb128_copy_ctx()
|
A D | siv128.c | 221 int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src) in ossl_siv128_copy_ctx()
|
/openssl-master/apps/ |
A D | passwd.c | 445 int dest, source; in md5crypt() local
|
/openssl-master/ssl/record/ |
A D | rec_layer_s3.c | 1659 unsigned char *dest = s->rlayer.handshake_fragment; in ssl3_read_bytes() local
|
/openssl-master/crypto/x509/ |
A D | x509_vpm.c | 154 int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest, in X509_VERIFY_PARAM_inherit()
|
/openssl-master/include/openssl/ |
A D | crypto.h.in | 291 # define CRYPTO_THREADID_cpy(dest, src) argument
|
/openssl-master/include/internal/ |
A D | packet.h | 395 unsigned char *dest, in PACKET_copy_all()
|
/openssl-master/crypto/bn/ |
A D | bn_lib.c | 953 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags) in BN_with_flags()
|