Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/cipher/
Daes_icm.c212 debug_print(srtp_mod_aes_icm, "offset: %s", v128_hex_string(&c->offset)); in srtp_aes_icm_context_init()
244 debug_print(srtp_mod_aes_icm, "setting iv: %s", v128_hex_string(&nonce)); in srtp_aes_icm_set_iv()
249 v128_hex_string(&c->counter)); in srtp_aes_icm_set_iv()
271 v128_hex_string(&c->counter)); in srtp_aes_icm_advance()
273 v128_hex_string(&c->keystream_buffer)); in srtp_aes_icm_advance()
Daes_icm_ossl.c234 debug_print(srtp_mod_aes_icm, "offset: %s", v128_hex_string(&c->offset)); in srtp_aes_icm_openssl_context_init()
276 debug_print(srtp_mod_aes_icm, "setting iv: %s", v128_hex_string(&nonce)); in srtp_aes_icm_openssl_set_iv()
281 v128_hex_string(&c->counter)); in srtp_aes_icm_openssl_set_iv()
305 debug_print(srtp_mod_aes_icm, "rs0: %s", v128_hex_string(&c->counter)); in srtp_aes_icm_openssl_encrypt()
Daes_icm_nss.c243 debug_print(srtp_mod_aes_icm, "offset: %s", v128_hex_string(&c->offset)); in srtp_aes_icm_nss_context_init()
281 debug_print(srtp_mod_aes_icm, "setting iv: %s", v128_hex_string(&nonce)); in srtp_aes_icm_nss_set_iv()
286 v128_hex_string(&c->counter)); in srtp_aes_icm_nss_set_iv()
Daes.c1419 "expanded key[0]: %s", v128_hex_string(&expanded_key->round[0])); in aes_128_expand_encryption_key()
1450 "expanded key[%d]: %s", i, v128_hex_string(&expanded_key->round[i])); in aes_128_expand_encryption_key()
1474 "expanded key[0]: %s", v128_hex_string(&expanded_key->round[0])); in aes_256_expand_encryption_key()
1476 "expanded key[1]: %s", v128_hex_string(&expanded_key->round[1])); in aes_256_expand_encryption_key()
1521 "expanded key[%d]: %s", i, v128_hex_string(&expanded_key->round[i])); in aes_256_expand_encryption_key()
/external/libsrtp2/crypto/test/
Ddatatypes_driver.c163 printf("v128_t:\t%s\n", v128_hex_string(&e)); in byte_order()
182 printf("v128_t: %s\n", v128_hex_string(&e)); in byte_order()
Daes_calc.c154 printf("%s\n", v128_hex_string(&data)); in main()
/external/libsrtp2/crypto/include/
Ddatatypes.h123 char *v128_hex_string(v128_t *x);
/external/libsrtp2/crypto/math/
Ddatatypes.c111 char *v128_hex_string(v128_t *x) in v128_hex_string() function
/external/libsrtp2/srtp/
Dsrtp.c1524 debug_print(mod_srtp, "Pre-salted RTP IV = %s\n", v128_hex_string(&in)); in srtp_calc_aead_iv()
1530 debug_print(mod_srtp, "RTP SALT = %s\n", v128_hex_string(&salt)); in srtp_calc_aead_iv()
3470 debug_print(mod_srtp, "Pre-salted RTCP IV = %s\n", v128_hex_string(&in)); in srtp_calc_aead_iv_srtcp()
3476 debug_print(mod_srtp, "RTCP SALT = %s\n", v128_hex_string(&salt)); in srtp_calc_aead_iv_srtcp()