Home
last modified time | relevance | path

Searched refs:crypto_cbc_decrypt_blocks (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/crypto/
Dcbc.h136 static inline int crypto_cbc_decrypt_blocks( in crypto_cbc_decrypt_blocks() function
/Linux-v4.19/crypto/
Dcbc.c73 err = crypto_cbc_decrypt_blocks(&walk, tfm, in crypto_cbc_decrypt()