Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_mtls_shim.c250 ctx->mode_params.gcm_info.nonce_len, in mtls_gcm_encrypt_auth()
254 ctx->mode_params.gcm_info.tag_len, in mtls_gcm_encrypt_auth()
264 apkt->pkt->out_len += ctx->mode_params.gcm_info.tag_len; in mtls_gcm_encrypt_auth()
277 ctx->mode_params.gcm_info.nonce_len, in mtls_gcm_decrypt_auth()
280 ctx->mode_params.gcm_info.tag_len, in mtls_gcm_decrypt_auth()
294 apkt->pkt->out_len += ctx->mode_params.gcm_info.tag_len; in mtls_gcm_decrypt_auth()
/Zephyr-latest/include/zephyr/crypto/
Dcipher.h155 struct gcm_params gcm_info; member
/Zephyr-latest/samples/drivers/crypto/src/
Dmain.c515 .mode_params.gcm_info = { in gcm_mode()