HomeSort by relevance Sort by last modified time
    Searched refs:A_times_x_plus_b (Results 1 - 3 of 3) sorted by null

  /external/srtp/crypto/include/
crypto_math.h 99 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/
aes_tables.c 85 x = A_times_x_plus_b(A, x, b);
  /external/srtp/crypto/math/
math.c 513 A_times_x_plus_b(uint8_t A[8], uint8_t x, uint8_t b) {

Completed in 224 milliseconds