Home
last modified time | relevance | path

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

/linux/crypto/
H A Dbpf_crypto_skcipher.c35 return crypto_lskcipher_ivsize(tfm); in bpf_crypto_lskcipher_ivsize()
H A Dlskcipher.c75 unsigned ivsize = crypto_lskcipher_ivsize(tfm); in crypto_lskcipher_crypt_unaligned()
173 ivsize = crypto_lskcipher_ivsize(tfm); in crypto_lskcipher_crypt_sg()
/linux/include/crypto/
H A Dskcipher.h414 * crypto_lskcipher_ivsize() - obtain IV size
422 static inline unsigned int crypto_lskcipher_ivsize( in crypto_lskcipher_ivsize() function
755 * comply with the IV size defined by crypto_lskcipher_ivsize. The
774 * comply with the IV size defined by crypto_lskcipher_ivsize. The