/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
aes.h | 58 v128_t round[15]; 73 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key); 76 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key);
|
aes_icm.h | 53 v128_t counter; /* holds the counter value */ 54 v128_t offset; /* initial offset value */ 55 v128_t keystream_buffer; /* buffers bytes of keystream */
|
rdb.h | 50 #include "datatypes.h" /* for v128_t */ 60 v128_t bitmask; 63 #define rdb_bits_in_bitmask (8*sizeof(v128_t))
|
crypto_math.h | 111 v128_add(v128_t *z, v128_t *x, v128_t *y); 190 v128_set_to_zero(v128_t *x); 193 v128_is_eq(const v128_t *x, const v128_t *y); 196 v128_copy(v128_t *x, const v128_t *y); 199 v128_xor(v128_t *z, v128_t *x, v128_t *y) [all...] |
aes_cbc.h | 53 v128_t state; /* cipher chaining state */ 54 v128_t previous; /* previous ciphertext block */
|
datatypes.h | 100 } v128_t; typedef in typeref:union:__anon17440 128 v128_bit_string(v128_t *x); 131 v128_hex_string(v128_t *x); 158 v128_t 162 v128_copy_octet_string(v128_t *x, const uint8_t s[16]); 165 v128_left_shift(v128_t *x, int shift_index); 168 v128_right_shift(v128_t *x, int shift_index); 341 v128_set_to_zero(v128_t *x); 344 v128_is_eq(const v128_t *x, const v128_t *y) [all...] |
prng.h | 59 v128_t state; /* state data */
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/ |
datatypes.c | 196 v128_hex_string(v128_t *x) { 209 v128_bit_string(v128_t *x) { 228 v128_copy_octet_string(v128_t *x, const uint8_t s[16]) { 253 v128_t *v = (v128_t *) &s[0]; 263 v128_set_to_zero(v128_t *x) { 268 v128_copy(v128_t *x, const v128_t *y) { 273 v128_xor(v128_t *z, v128_t *x, v128_t *y) [all...] |
math.c | 257 v128_bit_string(v128_t *x) { 352 v128_hex_string(v128_t *x) { 493 v128_t 495 v128_t x; 553 v128_copy_octet_string(v128_t *x, const uint8_t s[16]) { 576 v128_set_to_zero(v128_t *x) { 581 v128_copy(v128_t *x, const v128_t *y) { 586 v128_xor(v128_t *z, v128_t *x, v128_t *y) [all...] |
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/ |
aes_icm.c | 249 c->bytes_in_buffer = sizeof(v128_t); 257 c->bytes_in_buffer = sizeof(v128_t) - tail_num; 275 v128_t *nonce = (v128_t *) iv; 305 c->bytes_in_buffer = sizeof(v128_t); 360 for (i = (sizeof(v128_t) - c->bytes_in_buffer); 361 i < (sizeof(v128_t) - c->bytes_in_buffer + bytes_to_encr); i++) 374 for (i=(sizeof(v128_t) - c->bytes_in_buffer); i < sizeof(v128_t); i++) 383 for (i=0; i < (bytes_to_encr/sizeof(v128_t)); i++) [all...] |
aes.c | [all...] |
cipher.c | 395 v128_t nonce;
|
aes_cbc.c | 138 /* v128_t *input = iv; */ 205 v128_t state, previous;
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/ |
aes_calc.c | 70 v128_t data;
|
datatypes_driver.c | 73 v128_t x; 151 v128_t e; 164 printf("v128_t:\t%s\n", v128_hex_string(&e)); 183 printf("v128_t: %s\n", v128_hex_string(&e));
|
stat_driver.c | 83 v128_t nonce;
|
cipher_driver.c | 459 v128_t nonce;
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/rng/ |
prng.c | 82 v128_t buffer;
|
/external/chromium_org/third_party/libsrtp/srtp/tables/ |
aes_tables.c | 317 v128_t x, y; 327 v128_t k;
|
/external/chromium_org/third_party/libsrtp/srtp/srtp/ |
srtp.c | 384 v128_t nonce; 887 v128_t iv; 900 v128_t iv; 992 v128_t iv; [all...] |