Home
last modified time | relevance | path

Searched refs:tagl (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c77 static int aes_siv_settag(void *vctx, const unsigned char *tag, size_t tagl) in aes_siv_settag() argument
82 return ossl_siv128_set_tag(sctx, tag, tagl); in aes_siv_settag()
H A Dcipher_aes_siv.h19 int (*settag)(void *ctx, const unsigned char *tag, size_t tagl);