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

  /external/srtp/crypto/test/
aes_calc.c 104 printf("key:\t\t%s\n", v128_hex_string(&key));
107 printf("%s\n", v128_hex_string(&data));
datatypes_driver.c 164 printf("v128_t:\t%s\n", v128_hex_string(&e));
183 printf("v128_t: %s\n", v128_hex_string(&e));
  /external/srtp/crypto/cipher/
aes_cbc.c 115 "key: %s", v128_hex_string(&tmp_key));
144 debug_print(mod_aes_cbc, "setting iv: %s", v128_hex_string(&c->state));
169 v128_hex_string(&c->state));
182 v128_hex_string(&c->state));
187 v128_hex_string(&c->state));
222 v128_hex_string(&previous));
236 v128_hex_string(&state));
242 v128_hex_string(&state));
aes_icm.c 185 "key: %s", v128_hex_string(&tmp_key));
187 "offset: %s", v128_hex_string(&c->offset));
231 "set_octet: %s", v128_hex_string(&c->counter));
240 v128_hex_string(&c->counter));
242 v128_hex_string(&c->keystream_buffer));
266 "setting iv: %s", v128_hex_string(nonce));
271 "set_counter: %s", v128_hex_string(&c->counter));
296 v128_hex_string(&c->counter));
298 v128_hex_string(&c->keystream_buffer));
aes.c     [all...]
  /external/srtp/crypto/include/
datatypes.h 124 v128_hex_string(v128_t *x);
  /external/srtp/crypto/math/
datatypes.c 196 v128_hex_string(v128_t *x) { function
math.c 352 v128_hex_string(v128_t *x) { function

Completed in 125 milliseconds