Searched refs:ossl_prov_cipher_copy (Results 1 – 5 of 5) sorted by relevance
54 int ossl_prov_cipher_copy(PROV_CIPHER *dst, const PROV_CIPHER *src);
92 || !ossl_prov_cipher_copy(&dst->cipher, &src->cipher)) { in cmac_dup()
88 || !ossl_prov_cipher_copy(&dst->cipher, &src->cipher)) { in gmac_dup()
35 int ossl_prov_cipher_copy(PROV_CIPHER *dst, const PROV_CIPHER *src) in ossl_prov_cipher_copy() function
512 if (!ossl_prov_cipher_copy(&key->cipher, &gctx->cipher)) { in mac_gen()