Searched refs:ossl_prov_cipher_copy (Results 1 – 6 of 6) sorted by relevance
54 int ossl_prov_cipher_copy(PROV_CIPHER *dst, const PROV_CIPHER *src);
88 || !ossl_prov_cipher_copy(&dst->cipher, &src->cipher)) { in gmac_dup()
98 || !ossl_prov_cipher_copy(&dst->cipher, &src->cipher)) { in cmac_dup()
35 int ossl_prov_cipher_copy(PROV_CIPHER *dst, const PROV_CIPHER *src) in ossl_prov_cipher_copy() function
115 || !ossl_prov_cipher_copy(&dest->cipher, &src->cipher)) in krb5kdf_dup()
504 if (!ossl_prov_cipher_copy(&key->cipher, &gctx->cipher)) { in mac_gen()
Completed in 17 milliseconds