Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds