Searched refs:crypt (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | crypt.cpp | 9 #if __has_include(<crypt.h>) 17 char *p = crypt("abcdef", "xz"); in main() 21 char *p = crypt("abcdef", "$1$"); in main() 25 char *p = crypt("abcdef", "$5$"); in main() 29 char *p = crypt("abcdef", "$6$"); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 10167 INTERCEPTOR(char *, crypt, char *key, char *salt) { 10169 COMMON_INTERCEPTOR_ENTER(ctx, crypt, key, salt); 10172 char *res = REAL(crypt)(key, salt); 10177 #define INIT_CRYPT COMMON_INTERCEPT_FUNCTION(crypt);
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1525 fun:crypt=uninstrumented
|