crypto_skcipher_alg_max_keysize 619 crypto/adiantum.c inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(streamcipher_alg); crypto_skcipher_alg_max_keysize 440 crypto/cryptd.c inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(alg); crypto_skcipher_alg_max_keysize 330 crypto/ctr.c inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(alg) + crypto_skcipher_alg_max_keysize 383 crypto/cts.c inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(alg); crypto_skcipher_alg_max_keysize 597 crypto/essiv.c skcipher_inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(skcipher_alg); crypto_skcipher_alg_max_keysize 392 crypto/lrw.c inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(alg) + crypto_skcipher_alg_max_keysize 431 crypto/xts.c inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(alg) * 2;