Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkeytab_file.c200 if(krb5_storage_is_flags(sp, KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS)) in krb5_kt_ret_principal()
262 if(krb5_storage_is_flags(sp, KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS)) in krb5_kt_store_principal()
349 flags |= KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS; in storage_set_flags()
H A Dstore.c1050 if(krb5_storage_is_flags(sp, KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS)) in krb5_store_principal()
1100 if(krb5_storage_is_flags(sp, KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS)) in krb5_ret_principal()
H A Dkrb5.h554 #define KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS 0x02 macro
H A Dfcache.c375 flags |= KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS; in storage_set_flags()