/freebsd/crypto/krb5/src/plugins/preauth/test/ |
H A D | kdctest.c | 106 cb->free_string(context, rock, attr); in test_edata() 181 cb->free_string(context, rock, attr_err); in test_verify() 182 cb->free_string(context, rock, attr_2rt); in test_verify() 183 cb->free_string(context, rock, attr_fail2rt); in test_verify() 184 cb->free_string(context, rock, attr_failopt); in test_verify()
|
/freebsd/krb5/lib/gssapi/ |
H A D | error_map.h | 42 void (*free_value)(char *) = free_string; in gsserrmap_destroy() 93 void (*free_value)(char *) = free_string; in gsserrmap_replace_or_insert()
|
/freebsd/crypto/krb5/src/plugins/localauth/test/ |
H A D | main.c | 153 vt->free_string = freestr; in localauth_test1_initvt() 167 vt->free_string = freestr; in localauth_test2_initvt()
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_lib.c | 50 static void free_string(UI_STRING *uis) in free_string() function 78 sk_UI_STRING_pop_free(ui->strings, free_string); in UI_free() 136 free_string(s); in general_allocate_string() 139 free_string(s); in general_allocate_string() 182 free_string(s); in general_allocate_boolean() 185 free_string(s); in general_allocate_boolean()
|
/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | localauth.c | 227 h->vt.free_string(context, h->data, str); in free_lname() 368 vt->free_string = freestr; in localauth_auth_to_local_initvt() 382 vt->free_string = freestr; in localauth_default_initvt()
|
H A D | localauth_names.c | 100 vt->free_string = freestr; in localauth_names_initvt()
|
H A D | localauth_rule.c | 320 vt->free_string = freestr; in localauth_rule_initvt()
|
/freebsd/crypto/krb5/src/include/krb5/ |
H A D | localauth_plugin.h | 134 krb5_localauth_free_string_fn free_string; member
|
H A D | kdcpreauth_plugin.h | 163 void (*free_string)(krb5_context context, krb5_kdcpreauth_rock rock, member
|
/freebsd/crypto/krb5/src/plugins/preauth/otp/ |
H A D | main.c | 240 cb->free_string(context, rock, config); in otp_edata() 355 cb->free_string(context, rock, config); in otp_verify()
|
/freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
H A D | disp_status.c | 40 free_string (char *s) in free_string() function
|
H A D | Makefile.in | 232 FREEVALUE=free_string
|
/freebsd/crypto/krb5/src/util/profile/ |
H A D | prof_get.c | 597 profile->vt->free_string(profile->cbdata, name); in profile_iterator() 599 profile->vt->free_string(profile->cbdata, value); in profile_iterator()
|
H A D | profile.hin | 179 * *ret_value to NULL. The returned strings will be freed with free_string. 260 profile_free_string_fn free_string;
|
H A D | prof_init.c | 32 (!vtable->iterator || !vtable->iterator_free || !vtable->free_string)) in init_module()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_conf.c | 425 if (ctx->db_meth->free_string) in X509V3_string_free() 426 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()
|
/freebsd/crypto/krb5/src/kdc/ |
H A D | kdc_preauth.c | 417 free_string(krb5_context context, krb5_kdcpreauth_rock rock, char *string) in free_string() function 590 free_string,
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_srv.c | 1256 req_opts->cb->free_string(context, req_opts->rock, pattern); in dbmatch_authorize()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 89 void (*free_string) (void *db, char *string); member
|
H A D | x509v3.h | 88 void (*free_string) (void *db, char *string); member
|