Searched refs:gcm_mask (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | gcm.c | 396 static int gcm_mask( mbedtls_gcm_context *ctx, in gcm_mask() function 474 if( ( ret = gcm_mask( ctx, ectr, offset, use_len, p, out_p ) ) != 0 ) in mbedtls_gcm_update() 491 if( ( ret = gcm_mask( ctx, ectr, 0, 16, p, out_p ) ) != 0 ) in mbedtls_gcm_update() 504 if( ( ret = gcm_mask( ctx, ectr, 0, input_length, p, out_p ) ) != 0 ) in mbedtls_gcm_update()
|