HomeSort by relevance Sort by last modified time
    Searched full:keyp (Results 1 - 25 of 43) sorted by null

1 2

  /external/vboot_reference/firmware/lib/
region-fw.c 21 VbPublicKey **keyp)
43 *keyp = key;
47 VbError_t VbGbbReadRootKey(VbCommonParams *cparams, VbPublicKey **keyp)
49 return VbGbbReadKey(cparams, cparams->gbb->rootkey_offset, keyp);
52 VbError_t VbGbbReadRecoveryKey(VbCommonParams *cparams, VbPublicKey **keyp)
54 return VbGbbReadKey(cparams, cparams->gbb->recovery_key_offset, keyp);
  /external/selinux/libsepol/src/
symtab.c 16 char *p, *keyp; local
21 keyp = (char *)key;
22 size = strlen(keyp);
23 for (p = keyp; ((size_t) (p - keyp)) < size; p++)
avtab.c 55 static inline int avtab_hash(struct avtab_key *keyp, uint32_t mask)
76 mix(keyp->target_class);
77 mix(keyp->target_type);
78 mix(keyp->source_type);
  /prebuilts/go/darwin-x86/src/syscall/
env_windows.go 15 keyp, err := UTF16PtrFromString(key)
22 n, err = GetEnvironmentVariable(keyp, &b[0], uint32(len(b)))
37 keyp, err := UTF16PtrFromString(key)
41 e := SetEnvironmentVariable(keyp, v)
49 keyp, err := UTF16PtrFromString(key)
53 return SetEnvironmentVariable(keyp, nil)
  /prebuilts/go/linux-x86/src/syscall/
env_windows.go 15 keyp, err := UTF16PtrFromString(key)
22 n, err = GetEnvironmentVariable(keyp, &b[0], uint32(len(b)))
37 keyp, err := UTF16PtrFromString(key)
41 e := SetEnvironmentVariable(keyp, v)
49 keyp, err := UTF16PtrFromString(key)
53 return SetEnvironmentVariable(keyp, nil)
  /external/ltrace/
dict.h 121 #define DICT_INSERT(DICTP, KEYP, VALUEP) \
122 (assert((DICTP)->keys.elt_size == sizeof(*(KEYP))), \
124 dict_insert((DICTP), (KEYP), (VALUEP)))
130 /* Look into DICTP for a key *KEYP. Return a boolean indicating
132 #define DICT_HAS_KEY(DICTP, KEYP) \
133 (assert((DICTP)->keys.elt_size == sizeof(*(KEYP))), \
134 dict_find((DICTP), (KEYP)) != NULL)
136 /* Find in DICTP a value of type VALUE_TYPE corresponding to KEYP and
139 #define DICT_FIND_REF(DICTP, KEYP, VALUE_TYPE) \
140 (assert((DICTP)->keys.elt_size == sizeof(*(KEYP))), \
    [all...]
  /external/vboot_reference/firmware/include/
gbb_access.h 34 * @param keyp Returns a pointer to the key. The caller must call
39 struct VbPublicKey **keyp);
45 * @param keyp Returns a pointer to the key. The caller must call
50 struct VbPublicKey **keyp);
  /external/libselinux/src/
avc_sidtab.c 18 char *p, *keyp; local
23 keyp = (char *)key;
24 size = strlen(keyp);
25 for (p = keyp; (unsigned int)(p - keyp) < size; p++)
  /external/selinux/libselinux/src/
avc_sidtab.c 18 char *p, *keyp; local
23 keyp = (char *)key;
24 size = strlen(keyp);
25 for (p = keyp; (unsigned int)(p - keyp) < size; p++)
  /external/selinux/libsepol/cil/src/
cil_strpool.c 47 char *p, *keyp; local
52 keyp = (char*)key;
53 size = strlen(keyp);
54 for (p = keyp; ((size_t) (p - keyp)) < size; p++)
  /external/selinux/policycoreutils/semodule_deps/
semodule_deps.c 57 char *p, *keyp; local
62 keyp = (char *)key;
63 size = strlen(keyp);
64 for (p = keyp; ((size_t) (p - keyp)) < size; p++)
  /external/boringssl/src/crypto/ec/
ec_asn1.c 524 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) {
527 if (keyp == NULL || *keyp == NULL || (*keyp)->group == NULL) {
531 ret = *keyp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
gthr.h 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))

Completed in 2936 milliseconds

1 2