Searched refs:v128_hex_string (Results 1 - 8 of 8) sorted by relevance

/external/srtp/crypto/test/
H A Daes_calc.c104 printf("key:\t\t%s\n", v128_hex_string(&key));
107 printf("%s\n", v128_hex_string(&data));
H A Ddatatypes_driver.c164 printf("v128_t:\t%s\n", v128_hex_string(&e));
183 printf("v128_t: %s\n", v128_hex_string(&e));
/external/srtp/crypto/cipher/
H A Daes_cbc.c115 "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));
H A Daes_icm.c185 "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));
H A Daes.c1377 "expanded key[0]: %s", v128_hex_string(&expanded_key[0]));
1405 "expanded key[%d]: %s", i,v128_hex_string(&expanded_key[i]));
/external/srtp/crypto/include/
H A Ddatatypes.h124 v128_hex_string(v128_t *x);
/external/srtp/crypto/math/
H A Ddatatypes.c196 v128_hex_string(v128_t *x) { function
H A Dmath.c352 v128_hex_string(v128_t *x) { function

Completed in 151 milliseconds