Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c19 #define SEC_MAX_CIPHER_KEY 64 macro
237 memset(ctx->key, 0, SEC_MAX_CIPHER_KEY); in sec_alg_skcipher_setkey()
240 ctx->key = dma_alloc_coherent(dev, SEC_MAX_CIPHER_KEY, in sec_alg_skcipher_setkey()
896 memzero_explicit(ctx->key, SEC_MAX_CIPHER_KEY); in sec_alg_skcipher_exit()
897 dma_free_coherent(dev, SEC_MAX_CIPHER_KEY, ctx->key, in sec_alg_skcipher_exit()