Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/krb5/
Dkeytab_file.c205 if(krb5_storage_is_flags(sp, KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS)) in krb5_kt_ret_principal()
268 if(krb5_storage_is_flags(sp, KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS)) in krb5_kt_store_principal()
358 flags |= KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS; in storage_set_flags()
Dstore.c914 if(krb5_storage_is_flags(sp, KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS)) in krb5_store_principal()
964 if(krb5_storage_is_flags(sp, KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS)) in krb5_ret_principal()
Dkrb5.h537 #define KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS 0x02 macro
Dfcache.c360 flags |= KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS; in storage_set_flags()