Home
last modified time | relevance | path

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

123

/openssl/providers/implementations/digests/
H 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/crypto/rsa/
H 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/include/openssl/
H 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/crypto/
H A Dparams_dup.c56 static OSSL_PARAM *ossl_param_dup(const OSSL_PARAM *src, OSSL_PARAM *dst, in ossl_param_dup()
102 OSSL_PARAM *last, *dst; in OSSL_PARAM_dup() local
152 OSSL_PARAM *params, *dst; in OSSL_PARAM_merge() local
H A Ddefaults.c63 static char *get_windows_regdirs(char *dst, LPCTSTR valuename) in get_windows_regdirs()
H A Do_str.c74 size_t OPENSSL_strlcpy(char *dst, const char *src, size_t size) in OPENSSL_strlcpy()
86 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size) in OPENSSL_strlcat()
/openssl/crypto/bn/
H A Dbn_const.c13 #define COPY_BN(dst, src) (dst != NULL) ? BN_copy(dst, &src) : BN_dup(&src) argument
/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_xts_hw.c74 static void cipher_hw_sm4_xts_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_sm4_xts_copyctx()
H A Dcipher_desx_hw.c40 static void cipher_hw_desx_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_desx_copyctx()
H A Dcipher_tdes_hw.c48 void ossl_cipher_hw_tdes_copyctx(PROV_CIPHER_CTX *dst, in ossl_cipher_hw_tdes_copyctx()
H A Dcipher_des_hw.c41 static void cipher_hw_des_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_des_copyctx()
H A Dcipher_aes_xts_hw.c89 static void cipher_hw_aes_xts_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_aes_xts_copyctx()
/openssl/test/
H A Dbio_addr_test.c134 BIO_ADDR *src = NULL, *dst = NULL; in test_bio_addr_copy_dup() local
/openssl/crypto/ffc/
H A Dffc_params.c161 static int ffc_bn_cpy(BIGNUM **dst, const BIGNUM *src) in ffc_bn_cpy()
181 int ossl_ffc_params_copy(FFC_PARAMS *dst, const FFC_PARAMS *src) in ossl_ffc_params_copy()
/openssl/providers/common/
H 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/providers/fips/include/fips/
H A Dfipsindicator.h86 # define OSSL_FIPS_IND_COPY(dst, src) ossl_FIPS_IND_copy(&dst->indicator, &src->indicator); argument
149 # define OSSL_FIPS_IND_COPY(dst, src) argument
/openssl/providers/implementations/kdfs/
H A Dhmacdrbg_kdf.c80 static int ossl_drbg_hmac_dup(PROV_DRBG_HMAC *dst, const PROV_DRBG_HMAC *src) { in ossl_drbg_hmac_dup()
97 KDF_HMAC_DRBG *dst; in hmac_drbg_kdf_dup() local
H A Dargon2.c282 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32()
290 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64()
318 static void copy_block(BLOCK *dst, const BLOCK *src) in copy_block()
323 static void xor_block(BLOCK *dst, const BLOCK *src) in xor_block()
331 static void load_block(BLOCK *dst, const void *input) in load_block()
/openssl/providers/fips/
H A Dfipsindicator.c30 void ossl_FIPS_IND_copy(OSSL_FIPS_IND *dst, const OSSL_FIPS_IND *src) in ossl_FIPS_IND_copy()
/openssl/crypto/evp/
H A Dkdf_lib.c57 EVP_KDF_CTX *dst; in EVP_KDF_CTX_dup() local
/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c64 struct poly1305_data_st *dst; in poly1305_dup() local
H A Dblake2_mac_impl.c59 struct blake2_mac_data_st *dst; in blake2_mac_dup() local
H A Dgmac_prov.c78 struct gmac_data_st *dst; in gmac_dup() local
/openssl/ssl/statem/
H A Dextensions_cust.c262 int custom_exts_copy_flags(custom_ext_methods *dst, in custom_exts_copy_flags()
282 int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src) in custom_exts_copy()
/openssl/crypto/dsa/
H A Ddsa_pmeth.c56 static int pkey_dsa_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src) in pkey_dsa_copy()

Completed in 42 milliseconds

123