Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/key/
H A Dpublickey.c436 const bool_t classic_des = AUTH_DES_KEY(keylen, algtype); in getkeys_ldap_g() local
454 if (classic_des) in getkeys_ldap_g()
509 const bool_t classic_des = AUTH_DES_KEY(keylen, algtype); in netname2hashname() local
514 if (classic_des) { in netname2hashname()
558 const bool_t classic_des = AUTH_DES_KEY(keylen, algtype); in __getpublickey_cached_g() local
575 } else if (classic_des && in __getpublickey_cached_g()
579 else if (classic_des && in __getpublickey_cached_g()
641 const bool_t classic_des = AUTH_DES_KEY(keylen, algtype); in getsecretkey_g() local
659 else if (classic_des && strcmp(look->service_name, "nis") == 0) in getsecretkey_g()
662 else if (classic_des && in getsecretkey_g()
H A Dxcrypt.c253 const int classic_des = keylen == 192 && algtype == 0; in xencrypt_g() local
255 const int keychecksumsize = classic_des ? KEYCHECKSUMSIZE : MD5HEXSIZE; in xencrypt_g()
270 if (classic_des) { in xencrypt_g()
302 if (classic_des) in xencrypt_g()
358 const int classic_des = keylen == 192 && algtype == 0; in xdecrypt_g() local
360 const int keychecksumsize = classic_des ? KEYCHECKSUMSIZE : MD5HEXSIZE; in xdecrypt_g()
369 if (classic_des) in xdecrypt_g()
390 if (classic_des) { in xdecrypt_g()
H A Dgen_dhkeys.c172 const int classic_des = keylen == 192 && algtype == 0; in __gen_dhkeys_g() local
177 if (classic_des) { in __gen_dhkeys_g()
261 const int classic_des = keylen == 192 && algtype == 0; in __gen_common_dhkeys_g() local
266 if (classic_des) { in __gen_common_dhkeys_g()