Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dgcm.h236 int mbedtls_gcm_starts(mbedtls_gcm_context *ctx,
/optee_os/lib/libmbedtls/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.c511 return mbedtls_gcm_starts((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1792 * Fix a bug in mbedtls_gcm_starts() when the bit length of the iv
1905 no longer pass the associated data to mbedtls_gcm_starts(), but to the