Searched refs:keyprocarg (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/krb5/src/lib/krb5/keytab/ |
| H A D | read_servi.c | 49 krb5_kt_read_service_key(krb5_context context, krb5_pointer keyprocarg, krb5_principal principal, k… in krb5_kt_read_service_key() argument 59 if (!keyprocarg) { in krb5_kt_read_service_key() 65 (void) strncpy(keytabname, (char *)keyprocarg, in krb5_kt_read_service_key()
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | keytab.c | 345 krb5_pointer keyprocarg, in krb5_kt_read_service_key() argument 356 if (keyprocarg) in krb5_kt_read_service_key() 357 ret = krb5_kt_resolve (context, keyprocarg, &keytab); in krb5_kt_read_service_key()
|
| /src/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 5255 * @param [in] keyprocarg Name of a key table (NULL to use default name) 5264 * The default key table is used, unless @a keyprocarg is non-null. 5265 * @a keyprocarg designates a specific key table. 5271 * @return Kerberos error code if not found or @a keyprocarg is invalid. 5274 krb5_kt_read_service_key(krb5_context context, krb5_pointer keyprocarg,
|