/external/srtp/crypto/cipher/ |
null_cipher.c | 88 octet_string_set_to_zero((uint8_t *)c,
|
aes_icm.c | 141 octet_string_set_to_zero((uint8_t *)c, 449 octet_string_set_to_zero(buffer, num_octets_to_output);
|
cipher.c | 60 octet_string_set_to_zero(buffer, num_octets_to_output);
|
aes_cbc.c | 94 octet_string_set_to_zero((uint8_t *)c,
|
/external/srtp/crypto/hash/ |
null_auth.c | 87 octet_string_set_to_zero((uint8_t *)a,
|
auth.c | 124 octet_string_set_to_zero(tag, test_case->tag_length_octets);
|
hmac.c | 99 octet_string_set_to_zero((uint8_t *)a,
|
/external/srtp/crypto/include/ |
crypto_math.h | 117 octet_string_set_to_zero(uint8_t *s, int len); 233 octet_string_set_to_zero(uint8_t *s, int len);
|
datatypes.h | 377 octet_string_set_to_zero(uint8_t *s, int len);
|
/external/srtp/srtp/ |
ekt.c | 216 octet_string_set_to_zero(base_tag, base_tag_len);
|
srtp.c | 348 octet_string_set_to_zero((uint8_t *)kdf, sizeof(srtp_kdf_t)); 395 octet_string_set_to_zero(tmp_key, MAX_SRTP_KEY_LEN); 410 octet_string_set_to_zero(tmp_key, MAX_SRTP_KEY_LEN); 444 octet_string_set_to_zero(tmp_key, MAX_SRTP_KEY_LEN); 459 octet_string_set_to_zero(tmp_key, MAX_SRTP_KEY_LEN); 465 octet_string_set_to_zero(tmp_key, MAX_SRTP_KEY_LEN); [all...] |
/external/srtp/crypto/math/ |
datatypes.c | 519 octet_string_set_to_zero(uint8_t *s, int len) { function
|
math.c | 766 octet_string_set_to_zero(uint8_t *s, int len) { function
|