Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
Dsec.h82 u8 *a_key; member
Dsec_crypto.c521 a_ctx->a_key = dma_alloc_coherent(SEC_CTX_DEV(ctx), SEC_MAX_KEY_SIZE, in sec_auth_init()
523 if (!a_ctx->a_key) in sec_auth_init()
533 memzero_explicit(a_ctx->a_key, SEC_MAX_KEY_SIZE); in sec_auth_uninit()
535 a_ctx->a_key, a_ctx->a_key_dma); in sec_auth_uninit()
870 keys->authkeylen, ctx->a_key); in sec_aead_auth_set_key()
877 memcpy(ctx->a_key, keys->authkey, keys->authkeylen); in sec_aead_auth_set_key()