Searched refs:mbedtls_gcm_starts (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | gcm.h | 244 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
|
A D | compat-1.3.h | 1961 #define gcm_starts mbedtls_gcm_starts
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | gcm.c | 248 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx, in mbedtls_gcm_starts() function 462 if( ( ret = mbedtls_gcm_starts( ctx, mode, iv, iv_len, add, add_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag() 874 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_ENCRYPT, in mbedtls_gcm_self_test() 935 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_DECRYPT, in mbedtls_gcm_self_test()
|
A D | cipher.c | 499 return( mbedtls_gcm_starts( (mbedtls_gcm_context *) ctx->cipher_ctx, ctx->operation, in mbedtls_cipher_update_ad()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 188 * Fix a bug in mbedtls_gcm_starts() when the bit length of the iv
|
Completed in 25 milliseconds