Home
last modified time | relevance | path

Searched refs:gcm_crypt_hndlr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/crypto/
Dcipher.h83 gcm_op_t gcm_crypt_hndlr; member
Dcrypto.h351 return ctx->ops.gcm_crypt_hndlr(ctx, pkt, nonce); in cipher_gcm_op()
/Zephyr-latest/drivers/crypto/
Dcrypto_mtls_shim.c428 ctx->ops.gcm_crypt_hndlr = mtls_gcm_encrypt_auth; in mtls_session_setup()
430 ctx->ops.gcm_crypt_hndlr = mtls_gcm_decrypt_auth; in mtls_session_setup()