Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dutil.h96 void add_to_ctr(u8 *ctr_pos, unsigned int increment);
Dutil.c186 void add_to_ctr(u8 *ctr_pos, unsigned int increment) in add_to_ctr() argument
188 __be64 *high_be = (__be64 *)ctr_pos; in add_to_ctr()