Searched refs:is_past_c (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_cbc.c695 unsigned char b = 0, is_past_c, is_past_cp1; local
702 is_past_c = is_block_a & constant_time_ge_8(j, c);
709 b = constant_time_select_8(is_past_c, 0x80, b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_cbc.c695 unsigned char b = 0, is_past_c, is_past_cp1; local
702 is_past_c = is_block_a & constant_time_ge_8(j, c);
709 b = constant_time_select_8(is_past_c, 0x80, b);

Completed in 100 milliseconds