Searched refs:mbedtls_gcm_starts (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | gcm.h | 236 int mbedtls_gcm_starts(mbedtls_gcm_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/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 | 511 return mbedtls_gcm_starts((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1792 * 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
|