Searched refs:crypto_lskcipher_setkey (Results 1 - 4 of 4) sorted by relevance

/linux-master/crypto/
H A Dbpf_crypto_skcipher.c25 return crypto_lskcipher_setkey(tfm, key, keylen);
H A Dlskcipher.c53 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm, const u8 *key, function
67 EXPORT_SYMBOL_GPL(crypto_lskcipher_setkey); variable
433 return crypto_lskcipher_setkey(cipher, key, keylen);
H A Dskcipher.c611 err = crypto_lskcipher_setkey(*ctx, key, keylen);
/linux-master/include/crypto/
H A Dskcipher.h617 * crypto_lskcipher_setkey() - set key for cipher
632 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm,

Completed in 114 milliseconds