Lines Matching defs:cipher
1237 /* cipher iv */
1240 /* cipher key */
1245 * cipher in
1246 * map and adjust cipher len to aead request cryptlen.
1262 /* cipher out */
1490 static int skcipher_setkey(struct crypto_skcipher *cipher,
1493 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1507 static int skcipher_des_setkey(struct crypto_skcipher *cipher,
1510 return verify_skcipher_des_key(cipher, key) ?:
1511 skcipher_setkey(cipher, key, keylen);
1514 static int skcipher_des3_setkey(struct crypto_skcipher *cipher,
1517 return verify_skcipher_des3_key(cipher, key) ?:
1518 skcipher_setkey(cipher, key, keylen);
1521 static int skcipher_aes_setkey(struct crypto_skcipher *cipher,
1526 return skcipher_setkey(cipher, key, keylen);
1550 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1551 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1552 unsigned int ivsize = crypto_skcipher_ivsize(cipher);
1571 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1572 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1576 unsigned int ivsize = crypto_skcipher_ivsize(cipher);
1586 /* cipher iv */
1589 /* cipher key */
1601 * cipher in
1608 /* cipher out */
1641 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1642 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1643 unsigned int ivsize = crypto_skcipher_ivsize(cipher);
1652 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1653 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1656 crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));
1677 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1678 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1681 crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));