HomeSort by relevance Sort by last modified time
    Searched defs:tag_len (Results 1 - 25 of 34) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
virtio_9p.h 27 __u16 tag_len; member in struct:virtio_9p_config
if_pppox.h 96 __be16 tag_len; member in struct:pppoe_tag
  /development/ndk/platforms/android-L/include/linux/
virtio_9p.h 27 __u16 tag_len; member in struct:virtio_9p_config
if_pppox.h 101 __be16 tag_len; member in struct:pppoe_tag
  /external/kernel-headers/original/uapi/linux/
virtio_9p.h 39 __u16 tag_len; member in struct:virtio_9p_config
if_pppox.h 120 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
virtio_9p.h 27 __u16 tag_len; member in struct:virtio_9p_config
if_pppox.h 96 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
virtio_9p.h 27 __u16 tag_len; member in struct:virtio_9p_config
if_pppox.h 96 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
virtio_9p.h 27 __u16 tag_len; member in struct:virtio_9p_config
if_pppox.h 96 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
virtio_9p.h 27 __u16 tag_len; member in struct:virtio_9p_config
if_pppox.h 96 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
virtio_9p.h 27 __u16 tag_len; member in struct:virtio_9p_config
if_pppox.h 96 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
virtio_9p.h 27 __u16 tag_len; member in struct:virtio_9p_config
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_chacha20poly1305.c 31 unsigned char tag_len; member in struct:aead_chacha20_poly1305_ctx
35 size_t key_len, size_t tag_len) {
38 if (tag_len == 0) {
39 tag_len = POLY1305_TAG_LEN;
42 if (tag_len > POLY1305_TAG_LEN) {
57 c20_ctx->tag_len = tag_len;
112 if (in_len + c20_ctx->tag_len < in_len) {
117 if (max_out_len < in_len + c20_ctx->tag_len) {
137 if (c20_ctx->tag_len != POLY1305_TAG_LEN)
    [all...]
e_rc4.c 100 unsigned char tag_len; member in struct:aead_rc4_md5_tls_ctx
106 size_t tag_len) {
111 if (tag_len == EVP_AEAD_DEFAULT_TAG_LENGTH) {
112 tag_len = MD5_DIGEST_LENGTH;
115 if (tag_len > MD5_DIGEST_LENGTH) {
150 rc4_ctx->tag_len = tag_len;
186 if (in_len + rc4_ctx->tag_len < in_len) {
196 if (max_out_len < in_len + rc4_ctx->tag_len) {
249 if (rc4_ctx->tag_len == MD5_DIGEST_LENGTH)
    [all...]
  /external/chromium_org/net/quic/crypto/
aes_128_gcm_12_decrypter_test.cc 51 size_t tag_len; member in struct:__anon14039::TestGroupInfo
301 EXPECT_EQ(test_info.tag_len, tag.length() * 8);
aes_128_gcm_12_encrypter_test.cc 51 size_t tag_len; member in struct:__anon14043::TestGroupInfo
253 EXPECT_EQ(test_info.tag_len, tag.length() * 8);
  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm_test.c 315 tag_len; local
330 !decode_hex(&tag, &tag_len, test->tag, test_num, "tag")) {
345 if (tag_len != 16) {
365 if (!CRYPTO_gcm128_finish(&ctx, tag, tag_len) ||
381 if (!CRYPTO_gcm128_finish(&ctx, tag, tag_len)) {
  /external/tcpdump/
print-pppoe.c 145 u_short tag_type = 0xffff, tag_len; local
156 tag_len = EXTRACT_16BITS(p + 2);
160 if (tag_len) {
167 TCHECK2(*p, tag_len);
168 for (v = p; v < p + tag_len && tag_str_len < MAXTAGPRINT-1; v++)
187 for (v=p; v<p+tag_len; v++) {
198 p += tag_len;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_pppox.h 87 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_pppox.h 87 __be16 tag_len; member in struct:pppoe_tag

Completed in 794 milliseconds

1 2