Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/certauth/test/
H A Dmain.c61 char **authinds) in test_free_ind() argument
65 if (authinds == NULL) in test_free_ind()
67 for (i = 0; authinds[i] != NULL; i++) in test_free_ind()
68 free(authinds[i]); in test_free_ind()
69 free(authinds); in test_free_ind()
/freebsd/crypto/krb5/src/include/krb5/
H A Dcertauth_plugin.h134 char **authinds);