Searched refs:gcm (Results 1 – 3 of 3) sorted by relevance
444 mbedtls_gcm_context gcm; in main() local446 mbedtls_gcm_init(&gcm); in main()454 mbedtls_gcm_setkey(&gcm, MBEDTLS_CIPHER_ID_AES, tmp, in main()458 mbedtls_gcm_crypt_and_tag(&gcm, in main()463 mbedtls_gcm_free(&gcm); in main()
245 mbedtls_gcm_context *mtls_ctx = MTLS_GET_CTX(ctx, gcm); in mtls_gcm_encrypt_auth()273 mbedtls_gcm_context *mtls_ctx = MTLS_GET_CTX(ctx, gcm); in mtls_gcm_decrypt_auth()
90 ${ZEPHYR_CURRENT_MODULE_DIR}/library/gcm.c