Searched refs:mbedtls_gcm_update (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | gcm.c | 362 int mbedtls_gcm_update( mbedtls_gcm_context *ctx, in mbedtls_gcm_update() function 490 if( ( ret = mbedtls_gcm_update( ctx, length, input, output ) ) != 0 ) in mbedtls_gcm_crypt_and_tag() 889 ret = mbedtls_gcm_update( &ctx, 32, pt[pt_index[i]], buf ); in mbedtls_gcm_self_test() 893 ret = mbedtls_gcm_update( &ctx, rest_len, pt[pt_index[i]] + 32, in mbedtls_gcm_self_test() 900 ret = mbedtls_gcm_update( &ctx, pt_len[i], pt[pt_index[i]], buf ); in mbedtls_gcm_self_test() 941 ret = mbedtls_gcm_update( &ctx, 32, ct[j * 6 + i], buf ); in mbedtls_gcm_self_test() 945 ret = mbedtls_gcm_update( &ctx, rest_len, ct[j * 6 + i] + 32, in mbedtls_gcm_self_test() 952 ret = mbedtls_gcm_update( &ctx, pt_len[i], ct[j * 6 + i], in mbedtls_gcm_self_test()
|
A D | cipher.c | 385 return( mbedtls_gcm_update( (mbedtls_gcm_context *) ctx->cipher_ctx, ilen, input, in mbedtls_cipher_update()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | gcm.h | 269 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
|
A D | compat-1.3.h | 1958 #define gcm_update mbedtls_gcm_update
|
Completed in 21 milliseconds