Home
last modified time | relevance | path

Searched refs:tagl (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/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);
/third_party/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);

Completed in 2 milliseconds