/openssl/providers/implementations/digests/ |
H A D | blake2_impl.h | 20 static ossl_inline uint32_t load32(const uint8_t *src) in load32() 37 static ossl_inline uint64_t load64(const uint8_t *src) in load64() 88 static ossl_inline uint64_t load48(const uint8_t *src) in load48()
|
/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/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() 356 int ossl_prov_memdup(const void *src, size_t src_len, in ossl_prov_memdup()
|
/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 | 75 const PROV_CIPHER_CTX *src) in cipher_hw_sm4_xts_copyctx()
|
H A D | cipher_desx_hw.c | 41 const PROV_CIPHER_CTX *src) in cipher_hw_desx_copyctx()
|
H A D | cipher_tdes_hw.c | 49 const PROV_CIPHER_CTX *src) in ossl_cipher_hw_tdes_copyctx()
|
/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() 98 OSSL_PARAM *OSSL_PARAM_dup(const OSSL_PARAM *src) in OSSL_PARAM_dup()
|
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()
|
H A D | params.c | 118 const unsigned char *src, size_t src_len, in copy_integer() 166 const void *src, size_t src_len) in signed_from_signed() 174 const void *src, size_t src_len) in signed_from_unsigned() 181 const void *src, size_t src_len) in unsigned_from_signed() 192 const void *src, size_t src_len) in unsigned_from_unsigned()
|
/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()
|
/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/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()
|
/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() 96 const KDF_HMAC_DRBG *src = (const KDF_HMAC_DRBG *)vctx; in hmac_drbg_kdf_dup() local
|
/openssl/include/internal/ |
H A D | quic_reactor.h | 80 const QUIC_TICK_RESULT *src) in ossl_quic_tick_result_merge_into()
|
/openssl/crypto/x509/ |
H A D | v3_genn.c | 61 int GENERAL_NAME_set1_X509_NAME(GENERAL_NAME **tgt, const X509_NAME *src) in GENERAL_NAME_set1_X509_NAME()
|
H A D | x509aset.c | 15 static int replace_gentime(ASN1_STRING **dest, const ASN1_GENERALIZEDTIME *src) in replace_gentime()
|
/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()
|
/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/srp/ |
H A D | srp_vfy.c | 44 static int t_fromb64(unsigned char *a, size_t alen, const char *src) in t_fromb64() 133 static int t_tob64(char *dst, const unsigned char *src, int size) in t_tob64() 260 static SRP_user_pwd *srp_user_pwd_dup(SRP_user_pwd *src) in srp_user_pwd_dup()
|
/openssl/ssl/ |
H A D | ssl_asn1.c | 229 static int ssl_session_strndup(char **pdst, ASN1_OCTET_STRING *src) in ssl_session_strndup() 244 ASN1_OCTET_STRING *src, size_t maxlen) in ssl_session_memcpy()
|
/openssl/apps/ |
H A D | version.c | 143 const char *src = OPENSSL_info(OPENSSL_INFO_SEED_SOURCE); in version_main() local
|
/openssl/crypto/evp/ |
H A D | kdf_lib.c | 55 EVP_KDF_CTX *EVP_KDF_CTX_dup(const EVP_KDF_CTX *src) in EVP_KDF_CTX_dup()
|