/openssl/providers/implementations/digests/ |
H A D | blake2_impl.h | 58 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 D | rsa_acvp_test_params.c | 16 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 D | buffer.h | 37 # 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 D | params_dup.c | 56 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 D | defaults.c | 63 static char *get_windows_regdirs(char *dst, LPCTSTR valuename) in get_windows_regdirs()
|
H A D | o_str.c | 74 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 D | bn_const.c | 13 #define COPY_BN(dst, src) (dst != NULL) ? BN_copy(dst, &src) : BN_dup(&src) argument
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4_xts_hw.c | 74 static void cipher_hw_sm4_xts_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_sm4_xts_copyctx()
|
H A D | cipher_desx_hw.c | 40 static void cipher_hw_desx_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_desx_copyctx()
|
H A D | cipher_tdes_hw.c | 48 void ossl_cipher_hw_tdes_copyctx(PROV_CIPHER_CTX *dst, in ossl_cipher_hw_tdes_copyctx()
|
H A D | cipher_des_hw.c | 41 static void cipher_hw_des_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_des_copyctx()
|
H A D | cipher_aes_xts_hw.c | 89 static void cipher_hw_aes_xts_copyctx(PROV_CIPHER_CTX *dst, in cipher_hw_aes_xts_copyctx()
|
/openssl/test/ |
H A D | bio_addr_test.c | 134 BIO_ADDR *src = NULL, *dst = NULL; in test_bio_addr_copy_dup() local
|
/openssl/crypto/ffc/ |
H A D | ffc_params.c | 161 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 D | provider_util.c | 35 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 D | fipsindicator.h | 86 # 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 D | hmacdrbg_kdf.c | 80 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 D | argon2.c | 282 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 D | fipsindicator.c | 30 void ossl_FIPS_IND_copy(OSSL_FIPS_IND *dst, const OSSL_FIPS_IND *src) in ossl_FIPS_IND_copy()
|
/openssl/crypto/evp/ |
H A D | kdf_lib.c | 57 EVP_KDF_CTX *dst; in EVP_KDF_CTX_dup() local
|
/openssl/providers/implementations/macs/ |
H A D | poly1305_prov.c | 64 struct poly1305_data_st *dst; in poly1305_dup() local
|
H A D | blake2_mac_impl.c | 59 struct blake2_mac_data_st *dst; in blake2_mac_dup() local
|
H A D | gmac_prov.c | 78 struct gmac_data_st *dst; in gmac_dup() local
|
/openssl/ssl/statem/ |
H A D | extensions_cust.c | 262 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 D | dsa_pmeth.c | 56 static int pkey_dsa_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src) in pkey_dsa_copy()
|