Searched refs:out_p (Results 1 – 2 of 2) sorted by relevance
/mbedtls-development/library/ |
A D | pkcs5.c | 231 unsigned char *out_p = output; in mbedtls_pkcs5_pbkdf2_hmac() local 282 memcpy( out_p, work, use_len ); in mbedtls_pkcs5_pbkdf2_hmac() 285 out_p += use_len; in mbedtls_pkcs5_pbkdf2_hmac()
|
A D | gcm.c | 429 unsigned char *out_p = output; in mbedtls_gcm_update() local 472 if( ( ret = gcm_mask( ctx, ectr, offset, use_len, p, out_p ) ) != 0 ) in mbedtls_gcm_update() 481 out_p += use_len; in mbedtls_gcm_update() 489 if( ( ret = gcm_mask( ctx, ectr, 0, 16, p, out_p ) ) != 0 ) in mbedtls_gcm_update() 496 out_p += 16; in mbedtls_gcm_update() 502 if( ( ret = gcm_mask( ctx, ectr, 0, input_length, p, out_p ) ) != 0 ) in mbedtls_gcm_update()
|
Completed in 4 milliseconds