Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 94) sorted by relevance

1234

/openssl/providers/implementations/digests/
H A Dblake2_impl.h20 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 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/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()
356 int ossl_prov_memdup(const void *src, size_t src_len, in ossl_prov_memdup()
/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.c75 const PROV_CIPHER_CTX *src) in cipher_hw_sm4_xts_copyctx()
H A Dcipher_desx_hw.c41 const PROV_CIPHER_CTX *src) in cipher_hw_desx_copyctx()
H A Dcipher_tdes_hw.c49 const PROV_CIPHER_CTX *src) in ossl_cipher_hw_tdes_copyctx()
/openssl/crypto/
H A Dparams_dup.c56 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 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()
H A Dparams.c118 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 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()
/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/crypto/ec/
H A Decp_nist.c85 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 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()
96 const KDF_HMAC_DRBG *src = (const KDF_HMAC_DRBG *)vctx; in hmac_drbg_kdf_dup() local
/openssl/include/internal/
H A Dquic_reactor.h80 const QUIC_TICK_RESULT *src) in ossl_quic_tick_result_merge_into()
/openssl/crypto/x509/
H A Dv3_genn.c61 int GENERAL_NAME_set1_X509_NAME(GENERAL_NAME **tgt, const X509_NAME *src) in GENERAL_NAME_set1_X509_NAME()
H A Dx509aset.c15 static int replace_gentime(ASN1_STRING **dest, const ASN1_GENERALIZEDTIME *src) in replace_gentime()
/openssl/crypto/asn1/
H A Dx_algor.c108 int X509_ALGOR_copy(X509_ALGOR *dest, const X509_ALGOR *src) in X509_ALGOR_copy()
/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/srp/
H A Dsrp_vfy.c44 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 Dssl_asn1.c229 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 Dversion.c143 const char *src = OPENSSL_info(OPENSSL_INFO_SEED_SOURCE); in version_main() local
/openssl/crypto/evp/
H A Dkdf_lib.c55 EVP_KDF_CTX *EVP_KDF_CTX_dup(const EVP_KDF_CTX *src) in EVP_KDF_CTX_dup()

Completed in 78 milliseconds

1234