Searched defs:crypt (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.sbin/ospfd/ |
H A D | ospf.h | 126 struct crypt { struct 143 struct crypt crypt; argument
|
H A D | auth.c | 144 struct crypt crypt; in auth_gen() local
|
/openbsd/lib/libc/crypt/ |
H A D | crypt.c | 8 crypt(const char *key, const char *setting) in crypt() function
|
/openbsd/regress/lib/libcrypto/des/ |
H A D | destest.c | 67 #define crypt(c,s) (DES_crypt((c),(s))) macro
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 335 #define crypt(t,s) win32_crypt(t,s) macro
|
/openbsd/gnu/usr.bin/perl/ |
H A D | reentr.h | 851 # define crypt(a, b) crypt_r(a, b, PL_reentrant_buffer->_crypt_struct_buffer) macro 854 # define crypt(a, b) crypt_r(a, b, &PL_reentrant_buffer->_crypt_data) macro
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vmsish.h | 484 #define crypt(a,b) Perl_my_crypt(aTHX_ a,b) macro
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | pmap.c | 2732 int crypt = (flags & PMAP_NOCRYPT) == 0; in pmap_enter() local
|