Searched refs:mbedtls_gcm_starts (Results 1 – 7 of 7) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_gcm.function | 224 /* mbedtls_gcm_starts() */ 227 mbedtls_gcm_starts( NULL, valid_mode, 233 mbedtls_gcm_starts( &ctx, valid_mode, 239 mbedtls_gcm_starts( &ctx, valid_mode,
|
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | gcm.h | 244 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
|
D | compat-1.3.h | 1961 #define gcm_starts mbedtls_gcm_starts
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
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()
|
D | cipher.c | 449 return( mbedtls_gcm_starts( (mbedtls_gcm_context *) ctx->cipher_ctx, ctx->operation, in mbedtls_cipher_update_ad()
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1549 gcm_starts mbedtls_gcm_starts
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | ChangeLog | 94 * Fix a bug in mbedtls_gcm_starts() when the bit length of the iv
|