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