Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/crypto/src/
Dmain.c555 if (cipher_gcm_op(&ini, &gcm_op, gcm_nonce)) { in gcm_mode()
580 if (cipher_gcm_op(&ini, &gcm_op, gcm_nonce)) { in gcm_mode()
/Zephyr-latest/include/zephyr/crypto/
Dcrypto.h344 static inline int cipher_gcm_op(struct cipher_ctx *ctx, in cipher_gcm_op() function