Searched refs:skcipher_setkey (Results 1 - 6 of 6) sorted by relevance

/linux-master/crypto/
H A Dalgif_skcipher.c353 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) function
418 .setkey = skcipher_setkey,
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi.c622 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, function
678 return skcipher_setkey(skcipher, key, keylen, 0);
699 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);
719 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);
726 skcipher_setkey(skcipher, key, keylen, 0);
733 skcipher_setkey(skcipher, key, keylen, 0);
H A Dcaamalg.c739 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, function
784 return skcipher_setkey(skcipher, key, keylen, 0);
805 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);
825 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);
832 skcipher_setkey(skcipher, key, keylen, 0);
839 skcipher_setkey(skcipher, key, keylen, 0);
H A Dcaamalg_qi2.c943 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, function
995 return skcipher_setkey(skcipher, key, keylen, 0);
1016 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);
1036 return skcipher_setkey(skcipher, key, keylen, ctx1_iv_off);
1045 return skcipher_setkey(skcipher, key, keylen, 0);
1052 skcipher_setkey(skcipher, key, keylen, 0);
1059 skcipher_setkey(skcipher, key, keylen, 0);
/linux-master/drivers/crypto/
H A Dtalitos.c1491 static int skcipher_setkey(struct crypto_skcipher *cipher, function
1512 skcipher_setkey(cipher, key, keylen);
1519 skcipher_setkey(cipher, key, keylen);
1527 return skcipher_setkey(cipher, key, keylen);
3197 t_alg->algt.alg.skcipher.setkey ?: skcipher_setkey;
/linux-master/drivers/crypto/bcm/
H A Dcipher.c1818 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, function
1827 flow_log("skcipher_setkey() keylen: %d\n", keylen);
4384 crypto->setkey = skcipher_setkey;

Completed in 177 milliseconds