Home
last modified time | relevance | path

Searched refs:ossl_siv128_copy_ctx (Results 1 – 3 of 3) sorted by relevance

/openssl/include/crypto/
H A Dsiv.h20 int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src);
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c68 if (!ossl_siv128_copy_ctx(&out->siv, &in->siv)) in aes_siv_dupctx()
/openssl/crypto/modes/
H A Dsiv128.c221 int ossl_siv128_copy_ctx(SIV128_CONTEXT *dest, SIV128_CONTEXT *src) in ossl_siv128_copy_ctx() function

Completed in 8 milliseconds