Home
last modified time | relevance | path

Searched defs:crypt (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/ospfd/
H A Dospf.h126 struct crypt { struct
143 struct crypt crypt; member
H A Dauth.c144 struct crypt crypt; in auth_gen() local
/openbsd/lib/libc/crypt/
H A Dcrypt.c8 crypt(const char *key, const char *setting) in crypt() function
/openbsd/regress/lib/libcrypto/des/
H A Ddestest.c67 #define crypt(c,s) (DES_crypt((c),(s))) macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h335 #define crypt(t,s) win32_crypt(t,s) macro
/openbsd/gnu/usr.bin/perl/
H A Dreentr.h849 # define crypt(a, b) crypt_r(a, b, PL_reentrant_buffer->_crypt_struct_buffer) macro
852 # define crypt(a, b) crypt_r(a, b, &PL_reentrant_buffer->_crypt_data) macro
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h484 #define crypt(a,b) Perl_my_crypt(aTHX_ a,b) macro
/openbsd/sys/arch/amd64/amd64/
H A Dpmap.c2719 int crypt = (flags & PMAP_NOCRYPT) == 0; in pmap_enter() local