Searched refs:crypto_lskcipher_setkey (Results 1 – 4 of 4) sorted by relevance
25 return crypto_lskcipher_setkey(tfm, key, keylen); in bpf_crypto_lskcipher_setkey()
53 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm, const u8 *key, in crypto_lskcipher_setkey() function67 EXPORT_SYMBOL_GPL(crypto_lskcipher_setkey);433 return crypto_lskcipher_setkey(cipher, key, keylen); in lskcipher_setkey_simple()
611 err = crypto_lskcipher_setkey(*ctx, key, keylen); in crypto_skcipher_setkey()
632 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm,