Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dsiv.h26 int ossl_siv128_finish(SIV128_CONTEXT *ctx);
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c111 return ossl_siv128_finish(sctx) == 0; in aes_siv_cipher()
/freebsd/crypto/openssl/crypto/modes/
H A Dsiv128.c336 int ossl_siv128_finish(SIV128_CONTEXT *ctx) in ossl_siv128_finish() function