HomeSort by relevance Sort by last modified time
    Searched defs:ad_len (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/include/
advertise_data_parser.h 50 size_t ad_len = ad.size(); local
51 while (position != ad_len) {
61 for (size_t i = position + 1; i < ad_len; i++) {
69 if (position + len >= ad_len) {
83 size_t ad_len = ad.size(); local
84 while (position != ad_len) {
91 for (size_t i = position + 1; i < ad_len; i++) {
99 if (position + len >= ad_len) {
112 * This function returns a pointer inside the |ad| array of length |ad_len|
115 static const uint8_t* GetFieldByType(const uint8_t* ad, size_t ad_len,
    [all...]
  /external/boringssl/src/crypto/cipher_extra/
aead_test.cc 44 // ad_len, if non-zero, is the required length of the AD.
45 size_t ad_len; member in struct:KnownAEAD
554 const size_t ad_len = local
555 GetParam().ad_len != 0 ? GetParam().ad_len : sizeof(ad) - 1;
556 ASSERT_GE(sizeof(ad) - 1, ad_len);
568 ad_len));
579 ciphertext_len, ad + 1, ad_len));
  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 470 size_t res_len, ad_len; local
480 &res_len, &ad, &ad_len, need_more_data);
491 *appl_data = wpabuf_alloc_ext_data(ad, ad_len);

Completed in 132 milliseconds