Searched refs:A_times_x_plus_b (Results 1 - 3 of 3) sorted by relevance

/external/srtp/crypto/include/
H A Dcrypto_math.h99 A_times_x_plus_b(uint8_t A[8], uint8_t x, uint8_t b);
126 A_times_x_plus_b(uint8_t A[8], uint8_t x, uint8_t b);
/external/srtp/tables/
H A Daes_tables.c85 x = A_times_x_plus_b(A, x, b);
/external/srtp/crypto/math/
H A Dmath.c513 A_times_x_plus_b(uint8_t A[8], uint8_t x, uint8_t b) { function

Completed in 543 milliseconds