Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/drivers/crypto/src/
Dmain.c332 if (cipher_ctr_op(&ini, &encrypt, iv)) { in ctr_mode()
356 if (cipher_ctr_op(&ini, &decrypt, iv)) { in ctr_mode()
/Zephyr-Core-3.7.0/include/zephyr/crypto/
Dcrypto.h300 static inline int cipher_ctr_op(struct cipher_ctx *ctx, in cipher_ctr_op() function