Searched refs:tagl (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 77 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 D | cipher_aes_siv.h | 19 int (*settag)(void *ctx, const unsigned char *tag, size_t tagl);
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 77 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 D | cipher_aes_siv.h | 19 int (*settag)(void *ctx, const unsigned char *tag, size_t tagl);
|
Completed in 2 milliseconds