Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 41) sorted by relevance

12

/openssl-master/providers/implementations/digests/
A Dblake2_impl.h58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32()
73 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64()
99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48()
/openssl-master/crypto/rsa/
A Drsa_acvp_test_params.c16 int ossl_rsa_acvp_test_gen_params_new(OSSL_PARAM **dst, const OSSL_PARAM src[]) in ossl_rsa_acvp_test_gen_params_new()
65 void ossl_rsa_acvp_test_gen_params_free(OSSL_PARAM *dst) in ossl_rsa_acvp_test_gen_params_free()
/openssl-master/include/openssl/
A Dbuffer.h37 # define BUF_strlcpy(dst, src, size) OPENSSL_strlcpy(dst, src, size) argument
38 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size) argument
/openssl-master/crypto/
A Dparams_dup.c60 static OSSL_PARAM *ossl_param_dup(const OSSL_PARAM *src, OSSL_PARAM *dst, in ossl_param_dup()
106 OSSL_PARAM *last, *dst; in OSSL_PARAM_dup() local
154 OSSL_PARAM *params, *dst; in OSSL_PARAM_merge() local
A Do_str.c72 size_t OPENSSL_strlcpy(char *dst, const char *src, size_t size) in OPENSSL_strlcpy()
84 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size) in OPENSSL_strlcat()
/openssl-master/crypto/bn/
A Dbn_const.c13 #define COPY_BN(dst, src) (dst != NULL) ? BN_copy(dst, &src) : BN_dup(&src) argument
/openssl-master/providers/implementations/ciphers/
A Dcipher_desx_hw.c40 static void cipher_hw_desx_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_desx_copyctx()
A Dcipher_tdes_hw.c48 void ossl_cipher_hw_tdes_copyctx(PROV_CIPHER_CTX *dst, in ossl_cipher_hw_tdes_copyctx()
A Dcipher_aes_xts_hw.c89 static void cipher_hw_aes_xts_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_aes_xts_copyctx()
A Dcipher_des_hw.c41 static void cipher_hw_des_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_des_copyctx()
/openssl-master/providers/common/
A Dprovider_util.c35 int ossl_prov_cipher_copy(PROV_CIPHER *dst, const PROV_CIPHER *src) in ossl_prov_cipher_copy()
151 int ossl_prov_digest_copy(PROV_DIGEST *dst, const PROV_DIGEST *src) in ossl_prov_digest_copy()
/openssl-master/crypto/ffc/
A Dffc_params.c158 static int ffc_bn_cpy(BIGNUM **dst, const BIGNUM *src) in ffc_bn_cpy()
178 int ossl_ffc_params_copy(FFC_PARAMS *dst, const FFC_PARAMS *src) in ossl_ffc_params_copy()
/openssl-master/crypto/evp/
A Dkdf_lib.c57 EVP_KDF_CTX *dst; in EVP_KDF_CTX_dup() local
A Dmac_lib.c53 EVP_MAC_CTX *dst; in EVP_MAC_CTX_dup() local
/openssl-master/providers/implementations/macs/
A Dpoly1305_prov.c63 struct poly1305_data_st *dst; in poly1305_dup() local
A Dblake2_mac_impl.c59 struct blake2_mac_data_st *dst; in blake2_mac_dup() local
A Dcmac_prov.c83 struct cmac_data_st *dst; in cmac_dup() local
A Dgmac_prov.c78 struct gmac_data_st *dst; in gmac_dup() local
A Dhmac_prov.c105 struct hmac_data_st *dst; in hmac_dup() local
/openssl-master/ssl/statem/
A Dextensions_cust.c248 int custom_exts_copy_flags(custom_ext_methods *dst, in custom_exts_copy_flags()
268 int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src) in custom_exts_copy()
/openssl-master/crypto/dsa/
A Ddsa_pmeth.c56 static int pkey_dsa_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src) in pkey_dsa_copy()
/openssl-master/providers/implementations/kdfs/
A Dsshkdf.c89 static int sshkdf_set_membuf(unsigned char **dst, size_t *dst_len, in sshkdf_set_membuf()
/openssl-master/ssl/
A Dssl_asn1.c229 static int ssl_session_memcpy(unsigned char *dst, size_t *pdstlen, in ssl_session_memcpy()
/openssl-master/crypto/dh/
A Ddh_pmeth.c86 static int pkey_dh_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src) in pkey_dh_copy()
/openssl-master/crypto/asn1/
A Dasn1_lib.c251 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) in ASN1_STRING_copy()

Completed in 37 milliseconds

12