Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 76) 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_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()
H A Dcipher_aes_xts_hw.c90 const PROV_CIPHER_CTX *src) in cipher_hw_aes_xts_copyctx()
H A Dcipher_des_hw.c42 const PROV_CIPHER_CTX *src) in cipher_hw_des_copyctx()
/openssl/crypto/
H A Dparams_dup.c59 static OSSL_PARAM *ossl_param_dup(const OSSL_PARAM *src, OSSL_PARAM *dst, in ossl_param_dup()
101 OSSL_PARAM *OSSL_PARAM_dup(const OSSL_PARAM *src) in OSSL_PARAM_dup()
H A Dparams.c114 const unsigned char *src, size_t src_len, in copy_integer()
162 const void *src, size_t src_len) in signed_from_signed()
170 const void *src, size_t src_len) in signed_from_unsigned()
177 const void *src, size_t src_len) in unsigned_from_signed()
188 const void *src, size_t src_len) in unsigned_from_unsigned()
H A Do_str.c75 size_t OPENSSL_strlcpy(char *dst, const char *src, size_t size) in OPENSSL_strlcpy()
87 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size) in OPENSSL_strlcat()
H A Dpacket.c453 int WPACKET_memcpy(WPACKET *pkt, const void *src, size_t len) in WPACKET_memcpy()
469 int WPACKET_sub_memcpy__(WPACKET *pkt, const void *src, size_t len, in WPACKET_sub_memcpy__()
/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/crypto/ffc/
H A Dffc_params.c157 static int ffc_bn_cpy(BIGNUM **dst, const BIGNUM *src) in ffc_bn_cpy()
177 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()
H A Decp_mont.c111 int ossl_ec_GFp_mont_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_mont_group_copy()
H A Dec_kmeth.c203 int (*copy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_set_init()
269 int (**pcopy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_get_init()
/openssl/ssl/
H A Dssl_asn1.c215 static int ssl_session_strndup(char **pdst, ASN1_OCTET_STRING *src) in ssl_session_strndup()
230 ASN1_OCTET_STRING *src, size_t maxlen) in ssl_session_memcpy()
/openssl/crypto/asn1/
H A Dx_algor.c108 int X509_ALGOR_copy(X509_ALGOR *dest, const X509_ALGOR *src) in X509_ALGOR_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/apps/
H A Dversion.c129 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()
/openssl/crypto/engine/
H A Deng_list.c340 static void engine_cpy(ENGINE *dest, const ENGINE *src) in engine_cpy()
/openssl/include/internal/
H A Dpacket.h997 #define WPACKET_sub_memcpy_u8(pkt, src, len) \ argument
999 #define WPACKET_sub_memcpy_u16(pkt, src, len) \ argument
1001 #define WPACKET_sub_memcpy_u24(pkt, src, len) \ argument
1003 #define WPACKET_sub_memcpy_u32(pkt, src, len) \ argument
/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c63 struct poly1305_data_st *src = vsrc; in poly1305_dup() local

Completed in 64 milliseconds

1234