Home
last modified time | relevance | path

Searched refs:crypto_cipher_decrypt_one (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/crypto/
Dpcbc.c125 crypto_cipher_decrypt_one(tfm, dst, src); in crypto_pcbc_decrypt_segment()
148 crypto_cipher_decrypt_one(tfm, src, src); in crypto_pcbc_decrypt_inplace()
Dcbc.c61 crypto_cipher_decrypt_one(ctx->child, dst, src); in crypto_cbc_decrypt_one()
Dkeywrap.c173 crypto_cipher_decrypt_one(child, (u8*)&block, in crypto_kw_decrypt()
Dtestmgr.c1077 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/linux-4.19.296/include/linux/
Dcrypto.h1594 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function