Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv.h45 uint8_t user_tag[TAG_SIZE]; /* from user */ member
H A Dcipher_aes_gcm_siv.c234 || p->data_size != sizeof(ctx->user_tag)) { in ossl_aes_gcm_siv_set_ctx_params()
239 memcpy(ctx->user_tag, p->data, sizeof(ctx->tag)); in ossl_aes_gcm_siv_set_ctx_params()
H A Dcipher_aes_gcm_siv_hw.c143 ret = !CRYPTO_memcmp(ctx->tag, ctx->user_tag, sizeof(ctx->tag)); in aes_gcm_siv_finish()
229 memcpy(counter_block, ctx->user_tag, sizeof(counter_block)); in aes_gcm_siv_decrypt()

Completed in 22 milliseconds