Home
last modified time | relevance | path

Searched refs:crypto_inc (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/crypto/
Dctr.c70 crypto_inc(ctrblk, bsize); in crypto_ctr_crypt_final()
90 crypto_inc(ctrblk, bsize); in crypto_ctr_crypt_segment()
118 crypto_inc(ctrblk, bsize); in crypto_ctr_crypt_inplace()
Dalgapi.c963 void crypto_inc(u8 *a, unsigned int size) in crypto_inc() function
979 EXPORT_SYMBOL_GPL(crypto_inc);
Ddrbg.c550 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_update()
578 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_update()
965 crypto_inc(src, drbg_statelen(drbg)); in drbg_hash_hashgen()
/linux-4.19.296/include/crypto/
Dalgapi.h201 void crypto_inc(u8 *a, unsigned int size);