Searched refs:mdpadlen (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/crypto/caam/ |
D | caamhash.c | 516 static const u8 mdpadlen[] = { 16, 20, 32, 32, 64, 64 }; in ahash_setkey() local 541 ctx->split_key_len = mdpadlen[(ctx->alg_op & OP_ALG_ALGSEL_SUBMASK) >> in ahash_setkey()
|
D | caamalg.c | 1657 static const u8 mdpadlen[] = { 16, 20, 32, 32, 64, 64 }; in aead_setkey() local 1667 ctx->split_key_len = mdpadlen[(ctx->alg_op & OP_ALG_ALGSEL_SUBMASK) >> in aead_setkey()
|