Searched defs:crypt (Results 1 - 8 of 8) sorted by path

/openbsd-current/lib/libc/crypt/
H A Dcrypt.c8 crypt(const char *key, const char *setting) function
22 DEF_WEAK(crypt); variable
/openbsd-current/regress/lib/libcrypto/des/
H A Ddestest.c67 #define crypt(c,s) (DES_crypt((c),(s))) macro
/openbsd-current/usr.sbin/ospfd/
H A Dospf.h126 struct crypt { struct
143 struct crypt crypt; member in union:ospf_hdr::__anon10744
H A Dauth.c144 struct crypt crypt; local
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dreentr.h847 # undef crypt macro
849 # 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-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h484 #define crypt(a,b) Perl_my_crypt(aTHX_ a,b) macro
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32iop.h334 #undef crypt macro
335 #define crypt(t,s) win32_crypt(t,s) macro
/openbsd-current/lib/libc/hidden/
H A Dunistd.h44 PROTO_NORMAL(crypt); variable

Completed in 160 milliseconds