Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dsiv.h21 int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, size_t len);
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c115 return (ossl_siv128_aad(sctx, in, len) == 1); in aes_siv_cipher()
/freebsd/crypto/openssl/crypto/modes/
H A Dsiv128.c246 int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, in ossl_siv128_aad() function