/external/bison/lib/ |
fopen-safer.c | 22 #include "stdio-safer.h" 26 #include "unistd-safer.h"
|
fd-safer.c | 1 /* Return a safer copy of a file descriptor. 22 #include "unistd-safer.h"
|
dup-safer-flag.c | 24 #include "unistd-safer.h"
|
dup-safer.c | 22 #include "unistd-safer.h"
|
pipe-safer.c | 21 #include "unistd-safer.h"
|
pipe2-safer.c | 22 #include "unistd-safer.h"
|
stdio--.h | 21 #include "stdio-safer.h"
|
unistd--.h | 21 #include "unistd-safer.h"
|
fd-safer-flag.c | 24 #include "unistd-safer.h"
|
/external/dropbear/libtomcrypt/src/ciphers/safer/ |
safer.c | 14 * FILE: safer.c 16 * DESCRIPTION: block-cipher algorithm SAFER (Secure And Fast Encryption 17 * Routine) in its four versions: SAFER K-64, SAFER K-128, 18 * SAFER SK-64 and SAFER SK-128. 33 #ifdef SAFER 37 "safer-k64", 49 "safer-sk64", 61 "safer-k128" [all...] |
safer_tab.c | 14 Tables for SAFER block ciphers 19 #if defined(SAFERP) || defined(SAFER) 66 /* $Source: /cvs/libtom/libtomcrypt/src/ciphers/safer/safer_tab.c,v $ */
|
/external/bison/ |
Android.mk | 46 lib/dup-safer-flag.c \ 47 lib/dup-safer.c \ 52 lib/fd-safer-flag.c \ 53 lib/fd-safer.c \ 54 lib/fopen-safer.c \ 70 lib/pipe-safer.c \ 71 lib/pipe2-safer.c \
|
/external/chromium_org/chrome/browser/profiles/ |
profile_android.h | 16 // Android wrapper around profile that provides safer passage from java and
|
/external/clang/test/Analysis/ |
cstring-syntax.c | 9 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - 1); // expected-warning {{Potential buffer overflow. Replace with 'sizeof(dest) - strlen(dest) - 1' or use a safer 'strlcat' API}}
|
/external/dropbear/libtomcrypt/notes/ |
tech0003.txt | 25 SAFER+ | 532 | 31 SAFER [#] | 217 | 42 [#] For all 64-bit SAFER ciphers.
|
omac_tv.txt | 132 OMAC-safer+ (16 byte key) 202 OMAC-safer-k64 (8 byte key) 221 OMAC-safer-sk64 (8 byte key) 240 OMAC-safer-k128 (16 byte key) 259 OMAC-safer-sk128 (16 byte key)
|
pmac_tv.txt | 132 PMAC-safer+ (16 byte key) 202 PMAC-safer-k64 (8 byte key) 221 PMAC-safer-sk64 (8 byte key) 240 PMAC-safer-k128 (16 byte key) 259 PMAC-safer-sk128 (16 byte key)
|
/external/chromium_org/chrome/installer/linux/common/chromium-browser/ |
chromium-browser.info | 24 FULLDESC="Chromium is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
|
/external/chromium_org/chrome/installer/linux/common/google-chrome/ |
google-chrome.info | 24 FULLDESC="Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
|
/external/chromium_org/content/browser/frame_host/ |
navigation_controller_android.h | 19 // Android wrapper around NavigationController that provides safer passage
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_android.h | 21 // Android wrapper around WebContents that provides safer passage from java and
|
/external/dropbear/libtomcrypt/ |
Android.mk | 11 src/ciphers/noekeon.c src/ciphers/rc2.c src/ciphers/rc5.c src/ciphers/rc6.c src/ciphers/safer/safer.c \ 12 src/ciphers/safer/safer_tab.c src/ciphers/safer/saferp.c src/ciphers/skipjack.c \
|
/external/iptables/iptables/ |
iptables-apply.8 | 9 iptables-apply \- a safer way to update iptables remotely
|
/external/dropbear/libtomcrypt/src/misc/crypt/ |
crypt.c | 61 " Safer+\n" 63 #if defined(SAFER) 64 " Safer\n"
|
/external/bison/m4/ |
gnulib-comp.m4 | 75 # Code from module fd-safer-flag: 79 # Code from module fopen-safer: 147 # Code from module pipe2-safer: 213 # Code from module unistd-safer: 305 gl_MODULE_INDICATOR([fd-safer-flag]) 319 gl_MODULE_INDICATOR([fopen-safer]) 534 gl_MODULE_INDICATOR([pipe2-safer]) 947 lib/dup-safer-flag.c 948 lib/dup-safer.c 961 lib/fd-safer-flag. [all...] |