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

  /external/ipsec-tools/src/racoon/
algorithm.h 158 int (*weakkey) __P((vchar_t *)); member in struct:enc_algorithm
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c 435 const char *weakkey, *weakvalue; local
439 ((weakkey = strchr(svalue(mode), 'k')),
441 (weakkey || weakvalue))) { /* is really weak? */
443 if (!weakkey) /* strong keys? */
    [all...]
  /external/skia/third_party/lua/src/
lgc.c 435 const char *weakkey, *weakvalue; local
439 ((weakkey = strchr(svalue(mode), 'k')),
441 (weakkey || weakvalue))) { /* is really weak? */
443 if (!weakkey) /* strong keys? */
    [all...]
  /external/syslinux/com32/lua/src/
lgc.c 435 const char *weakkey, *weakvalue; local
439 ((weakkey = strchr(svalue(mode), 'k')),
441 (weakkey || weakvalue))) { /* is really weak? */
443 if (!weakkey) /* strong keys? */
    [all...]

Completed in 787 milliseconds