Searched refs:crypto_lskcipher_ivsize (Results 1 - 3 of 3) sorted by relevance

/linux-master/crypto/
H A Dbpf_crypto_skcipher.c35 return crypto_lskcipher_ivsize(tfm);
H A Dlskcipher.c75 unsigned ivsize = crypto_lskcipher_ivsize(tfm);
173 ivsize = crypto_lskcipher_ivsize(tfm);
/linux-master/include/crypto/
H A Dskcipher.h407 * crypto_lskcipher_ivsize() - obtain IV size
415 static inline unsigned int crypto_lskcipher_ivsize( function
748 * comply with the IV size defined by crypto_lskcipher_ivsize. The
767 * comply with the IV size defined by crypto_lskcipher_ivsize. The

Completed in 306 milliseconds