Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/hisilicon/sec/
Dsec_algs.c19 #define SEC_MAX_CIPHER_KEY 64 macro
241 memset(ctx->key, 0, SEC_MAX_CIPHER_KEY); in sec_alg_skcipher_setkey()
244 ctx->key = dma_zalloc_coherent(dev, SEC_MAX_CIPHER_KEY, in sec_alg_skcipher_setkey()
904 memzero_explicit(ctx->key, SEC_MAX_CIPHER_KEY); in sec_alg_skcipher_exit()
905 dma_free_coherent(dev, SEC_MAX_CIPHER_KEY, ctx->key, in sec_alg_skcipher_exit()