Searched refs:v128_hex_string (Results 1 – 9 of 9) sorted by relevance
/external/srtp/crypto/cipher/ |
D | aes_cbc.c | 115 "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()
|
D | aes_icm.c | 185 "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()
|
D | aes.c | 1377 "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/ |
D | aes_calc.c | 104 printf("key:\t\t%s\n", v128_hex_string(&key)); in main() 107 printf("%s\n", v128_hex_string(&data)); in main()
|
D | datatypes_driver.c | 164 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/ |
D | srtp.def | 66 v128_hex_string
|
/external/srtp/crypto/math/ |
D | datatypes.c | 196 v128_hex_string(v128_t *x) { in v128_hex_string() function
|
D | math.c | 352 v128_hex_string(v128_t *x) { in v128_hex_string() function
|
/external/srtp/crypto/include/ |
D | datatypes.h | 124 v128_hex_string(v128_t *x);
|