/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_gcm.function | 28 TEST_EQUAL(0, mbedtls_gcm_starts(ctx, mode, 80 TEST_EQUAL(0, mbedtls_gcm_starts(ctx, mode, 118 TEST_EQUAL(0, mbedtls_gcm_starts(ctx, mode, iv->x, iv->len)); 145 TEST_EQUAL(0, mbedtls_gcm_starts(ctx, mode, 449 TEST_EQUAL(0, mbedtls_gcm_starts(&ctx, mode, iv->x, iv->len));
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_gcm.function | 28 TEST_EQUAL(0, mbedtls_gcm_starts(ctx, mode, 80 TEST_EQUAL(0, mbedtls_gcm_starts(ctx, mode, 118 TEST_EQUAL(0, mbedtls_gcm_starts(ctx, mode, iv->x, iv->len)); 145 TEST_EQUAL(0, mbedtls_gcm_starts(ctx, mode, 165 TEST_EQUAL(starts_ret, mbedtls_gcm_starts(ctx, mode, iv, iv_len)); 483 TEST_EQUAL(0, mbedtls_gcm_starts(&ctx, mode, iv->x, iv->len));
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | gcm.c | 248 int mbedtls_gcm_starts(mbedtls_gcm_context *ctx, in mbedtls_gcm_starts() function 560 if ((ret = mbedtls_gcm_starts(ctx, mode, iv, iv_len)) != 0) { in mbedtls_gcm_crypt_and_tag() 999 ret = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_ENCRYPT, in mbedtls_gcm_self_test() 1081 ret = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, in mbedtls_gcm_self_test()
|
H A D | psa_crypto_aead.c | 376 mbedtls_gcm_starts(&operation->ctx.gcm, in mbedtls_psa_aead_set_nonce()
|
H A D | cipher.c | 455 return mbedtls_gcm_starts((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | gcm.c | 377 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 D | psa_crypto_aead.c | 372 mbedtls_gcm_starts(&operation->ctx.gcm, in mbedtls_psa_aead_set_nonce()
|
H A D | cipher.c | 471 return mbedtls_gcm_starts((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/ |
D | mbedtls_crypto.c | 324 rc = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, iv, iv_len, NULL, 0); in aes_gcm_decrypt() 326 rc = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, iv, iv_len); in aes_gcm_decrypt()
|
D | mbedtls_psa_crypto.c | 652 rc = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, iv, iv_len, NULL, 0); in aes_gcm_decrypt() 654 rc = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, iv, iv_len); in aes_gcm_decrypt()
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genaes.c | 402 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()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | gcm.h | 221 int mbedtls_gcm_starts(mbedtls_gcm_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | gcm.h | 235 int mbedtls_gcm_starts(mbedtls_gcm_context *ctx,
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/mbedtls/ |
H A D | mbedtls_crypto.c | 261 rc = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, iv, iv_len, NULL, 0); in aes_gcm_decrypt()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | 3.0-migration-guide.md | 238 * `mbedtls_gcm_starts()` now only sets the mode and the nonce (IV). Call the new function `mbedtls_… 248 * `mbedtls_gcm_starts()` now only sets the mode and the nonce (IV). The new function `mbedtls_gcm_u…
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 238 * `mbedtls_gcm_starts()` now only sets the mode and the nonce (IV). Call the new function `mbedtls_… 248 * `mbedtls_gcm_starts()` now only sets the mode and the nonce (IV). The new function `mbedtls_gcm_u…
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1144 * Fix a bug in mbedtls_gcm_starts() when the bit length of the iv 1257 no longer pass the associated data to mbedtls_gcm_starts(), but to the
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1404 * Fix a bug in mbedtls_gcm_starts() when the bit length of the iv 1517 no longer pass the associated data to mbedtls_gcm_starts(), but to the
|