Home
last modified time | relevance | path

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

/external/srtp/crypto/include/
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/
Daes_tables.c85 x = A_times_x_plus_b(A, x, b); in aes_init_sbox()
/external/srtp/crypto/math/
Dmath.c513 A_times_x_plus_b(uint8_t A[8], uint8_t x, uint8_t b) { in A_times_x_plus_b() function