Lines Matching defs:cipher

1238 	/* cipher iv */
1241 /* cipher key */
1246 * cipher in
1247 * map and adjust cipher len to aead request cryptlen.
1263 /* cipher out */
1491 static int skcipher_setkey(struct crypto_skcipher *cipher,
1494 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1508 static int skcipher_des_setkey(struct crypto_skcipher *cipher,
1511 return verify_skcipher_des_key(cipher, key) ?:
1512 skcipher_setkey(cipher, key, keylen);
1515 static int skcipher_des3_setkey(struct crypto_skcipher *cipher,
1518 return verify_skcipher_des3_key(cipher, key) ?:
1519 skcipher_setkey(cipher, key, keylen);
1522 static int skcipher_aes_setkey(struct crypto_skcipher *cipher,
1527 return skcipher_setkey(cipher, key, keylen);
1551 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1552 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1553 unsigned int ivsize = crypto_skcipher_ivsize(cipher);
1572 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1573 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1577 unsigned int ivsize = crypto_skcipher_ivsize(cipher);
1587 /* cipher iv */
1590 /* cipher key */
1602 * cipher in
1609 /* cipher out */
1642 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1643 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1644 unsigned int ivsize = crypto_skcipher_ivsize(cipher);
1653 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1654 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1657 crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));
1678 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq);
1679 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
1682 crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));