Home
last modified time | relevance | path

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

/src/crypto/heimdal/kadmin/
H A Dkadmin_locl.h108 int str2attributes(const char *, krb5_flags *);
H A Dutil.c88 str2attributes(const char *str, krb5_flags *flags) in str2attributes() function
111 if (str2attributes(resp, &tmp) == 0) { in parse_attributes()