Home
last modified time | relevance | path

Searched refs:mbedtls_gcm_starts (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dgcm.h235 int mbedtls_gcm_starts(mbedtls_gcm_context *ctx,
245 * Call this function after mbedtls_gcm_starts() to pass
251 * mbedtls_gcm_starts() and must not have yet received
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genaes.c402 n = mbedtls_gcm_starts(&ctx->u.ctx_gcm, (int)ctx->op, in lws_genaes_crypt()
409 n = mbedtls_gcm_starts(&ctx->u.ctx_gcm, (int)ctx->op, in lws_genaes_crypt()
414 lwsl_notice("%s: mbedtls_gcm_starts: -0x%x\n", in lws_genaes_crypt()
/third_party/mbedtls/library/
H A Dgcm.c377 int mbedtls_gcm_starts(mbedtls_gcm_context *ctx, in mbedtls_gcm_starts() function
718 if ((ret = mbedtls_gcm_starts(ctx, mode, iv, iv_len)) != 0) { in mbedtls_gcm_crypt_and_tag()
1161 ret = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_ENCRYPT, in mbedtls_gcm_self_test()
1243 ret = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, in mbedtls_gcm_self_test()
H A Dpsa_crypto_aead.c372 mbedtls_gcm_starts(&operation->ctx.gcm, in mbedtls_psa_aead_set_nonce()
H A Dcipher.c471 return mbedtls_gcm_starts((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()

Completed in 6 milliseconds