Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.h9 #define SEC_MAX_KEY_SIZE 64 macro
H A Dsec_crypto.c647 c_ctx->c_key = dma_alloc_coherent(ctx->dev, SEC_MAX_KEY_SIZE, in sec_cipher_init()
659 memzero_explicit(c_ctx->c_key, SEC_MAX_KEY_SIZE); in sec_cipher_uninit()
660 dma_free_coherent(ctx->dev, SEC_MAX_KEY_SIZE, in sec_cipher_uninit()