Home
last modified time | relevance | path

Searched refs:v128_hex_string (Results 1 – 9 of 9) sorted by relevance

/external/srtp/crypto/cipher/
Daes_cbc.c115 "key: %s", v128_hex_string(&tmp_key)); in aes_cbc_context_init()
144 debug_print(mod_aes_cbc, "setting iv: %s", v128_hex_string(&c->state)); in aes_cbc_set_iv()
169 v128_hex_string(&c->state)); in aes_cbc_encrypt()
182 v128_hex_string(&c->state)); in aes_cbc_encrypt()
187 v128_hex_string(&c->state)); in aes_cbc_encrypt()
222 v128_hex_string(&previous)); in aes_cbc_decrypt()
236 v128_hex_string(&state)); in aes_cbc_decrypt()
242 v128_hex_string(&state)); in aes_cbc_decrypt()
Daes_icm.c185 "key: %s", v128_hex_string(&tmp_key)); in aes_icm_context_init()
187 "offset: %s", v128_hex_string(&c->offset)); in aes_icm_context_init()
231 "set_octet: %s", v128_hex_string(&c->counter)); in aes_icm_set_octet()
240 v128_hex_string(&c->counter)); in aes_icm_set_octet()
242 v128_hex_string(&c->keystream_buffer)); in aes_icm_set_octet()
266 "setting iv: %s", v128_hex_string(nonce)); in aes_icm_set_iv()
271 "set_counter: %s", v128_hex_string(&c->counter)); in aes_icm_set_iv()
296 v128_hex_string(&c->counter)); in aes_icm_advance_ismacryp()
298 v128_hex_string(&c->keystream_buffer)); in aes_icm_advance_ismacryp()
Daes.c1377 "expanded key[0]: %s", v128_hex_string(&expanded_key[0])); in aes_expand_encryption_key()
1405 "expanded key[%d]: %s", i,v128_hex_string(&expanded_key[i])); in aes_expand_encryption_key()
/external/srtp/crypto/test/
Daes_calc.c104 printf("key:\t\t%s\n", v128_hex_string(&key)); in main()
107 printf("%s\n", v128_hex_string(&data)); in main()
Ddatatypes_driver.c164 printf("v128_t:\t%s\n", v128_hex_string(&e)); in byte_order()
183 printf("v128_t: %s\n", v128_hex_string(&e)); in byte_order()
/external/srtp/
Dsrtp.def66 v128_hex_string
/external/srtp/crypto/math/
Ddatatypes.c196 v128_hex_string(v128_t *x) { in v128_hex_string() function
Dmath.c352 v128_hex_string(v128_t *x) { in v128_hex_string() function
/external/srtp/crypto/include/
Ddatatypes.h124 v128_hex_string(v128_t *x);