Searched refs:cipher_ctr_op (Results 1 – 2 of 2) sorted by relevance
332 if (cipher_ctr_op(&ini, &encrypt, iv)) { in ctr_mode()356 if (cipher_ctr_op(&ini, &decrypt, iv)) { in ctr_mode()
300 static inline int cipher_ctr_op(struct cipher_ctx *ctx, in cipher_ctr_op() function