Home
last modified time | relevance | path

Searched refs:crypt_sym (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dsecurity.c375 static char* (*crypt_sym)(const char*, const char*) = NULL; in osl_getCrypt() local
384 crypt_sym = (char* (*)(const char *, const char *)) dlsym(crypt_library, "crypt" ); in osl_getCrypt()
385 if ( crypt_sym == NULL ) /* no libcrypt or libcrypt without crypt */ in osl_getCrypt()
386 crypt_sym = (char* (*)(const char *, const char *)) &osl_noCrypt; in osl_getCrypt()
391 return (void*)crypt_sym; in osl_getCrypt()

Completed in 24 milliseconds