Searched refs:crypto_lskcipher_alg (Results 1 – 3 of 3) sorted by relevance
386 static inline struct lskcipher_alg *crypto_lskcipher_alg( in crypto_lskcipher_alg() function 425 return crypto_lskcipher_alg(tfm)->co.ivsize; in crypto_lskcipher_ivsize() 491 return crypto_lskcipher_alg(tfm)->co.chunksize; in crypto_lskcipher_chunksize() 525 return crypto_lskcipher_alg(tfm)->co.statesize; in crypto_lskcipher_statesize() 657 return crypto_lskcipher_alg(tfm)->co.min_keysize; in crypto_lskcipher_min_keysize() 663 return crypto_lskcipher_alg(tfm)->co.max_keysize; in crypto_lskcipher_max_keysize()
36 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm); in lskcipher_setkey_unaligned() 57 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm); in crypto_lskcipher_setkey() 143 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm); in crypto_lskcipher_encrypt() 152 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm); in crypto_lskcipher_decrypt() 205 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx); in crypto_lskcipher_encrypt_sg() 214 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx); in crypto_lskcipher_decrypt_sg() 222 struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher); in crypto_lskcipher_exit_tfm() 230 struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher); in crypto_lskcipher_init_tfm()
80 return container_of(crypto_lskcipher_alg(lskcipher), in lskcipher_alg_instance()