HomeSort by relevance Sort by last modified time
    Searched refs:key_length_octets (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
auth.c 111 status = auth_type_alloc(at, &a, test_case->key_length_octets,
134 test_case->key_length_octets));
  /external/srtp/crypto/hash/
auth.c 111 status = auth_type_alloc(at, &a, test_case->key_length_octets,
134 test_case->key_length_octets));
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
cipher.c 110 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
264 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
290 if (test_case->key_length_octets > MAX_KEY_LEN)
292 status = rand_source_get_octet_string(key, test_case->key_length_octets);
  /external/srtp/crypto/cipher/
cipher.c 110 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
264 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
290 if (test_case->key_length_octets > MAX_KEY_LEN)
292 status = rand_source_get_octet_string(key, test_case->key_length_octets);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
auth.h 112 int key_length_octets; /* octets in key */ member in struct:auth_test_case_t
cipher.h 128 int key_length_octets; /* octets in key */ member in struct:cipher_test_case_t
  /external/srtp/crypto/include/
auth.h 110 int key_length_octets; /* octets in key */ member in struct:auth_test_case_t
cipher.h 127 int key_length_octets; /* octets in key */ member in struct:cipher_test_case_t

Completed in 87 milliseconds