Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h19 int (*settag)(void *ctx, const unsigned char *tag, size_t tagl); member
H A Dcipher_aes_siv.c215 || !ctx->hw->settag(ctx, p->data, p->data_size)) { in aes_siv_set_ctx_params()