Home
last modified time | relevance | path

Searched refs:vsrc (Results 1 – 9 of 9) sorted by relevance

/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c61 static void *poly1305_dup(void *vsrc) in poly1305_dup() argument
63 struct poly1305_data_st *src = vsrc; in poly1305_dup()
H A Dblake2_mac_impl.c57 static void *blake2_mac_dup(void *vsrc) in blake2_mac_dup() argument
60 struct blake2_mac_data_st *src = vsrc; in blake2_mac_dup()
H A Dsiphash_prov.c73 static void *siphash_dup(void *vsrc) in siphash_dup() argument
75 struct siphash_data_st *ssrc = vsrc; in siphash_dup()
H A Dgmac_prov.c75 static void *gmac_dup(void *vsrc) in gmac_dup() argument
77 struct gmac_data_st *src = vsrc; in gmac_dup()
H A Dcmac_prov.c86 static void *cmac_dup(void *vsrc) in cmac_dup() argument
88 struct cmac_data_st *src = vsrc; in cmac_dup()
H A Dhmac_prov.c106 static void *hmac_dup(void *vsrc) in hmac_dup() argument
108 struct hmac_data_st *src = vsrc; in hmac_dup()
H A Dkmac_prov.c231 static void *kmac_dup(void *vsrc) in kmac_dup() argument
233 struct kmac_data_st *src = vsrc; in kmac_dup()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv.h28 int (*dup_ctx)(void *vdst, void *vsrc);
H A Dcipher_aes_gcm_siv_hw.c301 static int aes_gcm_siv_dup_ctx(void *vdst, void *vsrc) in aes_gcm_siv_dup_ctx() argument
304 PROV_AES_GCM_SIV_CTX *src = (PROV_AES_GCM_SIV_CTX *)vsrc; in aes_gcm_siv_dup_ctx()

Completed in 27 milliseconds