Searched refs:IV_LEN (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c53 #define IV_LEN 16 macro
105 status = crypto_get_random(iv, IV_LEN);
181 status = rand_source_get_octet_string(iv, IV_LEN);
269 status = rand_source_get_octet_string(iv, IV_LEN);
276 printf("iv: %s\n", octet_string_hex_string(iv, IV_LEN));
442 printf("iv: %s\n", octet_string_hex_string(iv, IV_LEN));
467 IV_LEN,
507 for (i=0; i < IV_LEN; i++)
511 octet_string_hex_string(iv, IV_LEN));
565 printf("iv: %s\n", octet_string_hex_string(iv, IV_LEN));
[all...]
/external/srtp/crypto/ae_xfm/
H A Dxfm.c18 #define IV_LEN 16 macro
70 status = crypto_get_random(iv, IV_LEN);
146 status = rand_source_get_octet_string(iv, IV_LEN);
235 status = rand_source_get_octet_string(iv, IV_LEN);
242 printf("iv: %s\n", octet_string_hex_string(iv, IV_LEN));
408 printf("iv: %s\n", octet_string_hex_string(iv, IV_LEN));
433 IV_LEN,
473 for (i=0; i < IV_LEN; i++)
477 octet_string_hex_string(iv, IV_LEN));
531 printf("iv: %s\n", octet_string_hex_string(iv, IV_LEN));
[all...]

Completed in 932 milliseconds