Home
last modified time | relevance | path

Searched refs:free_string (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/krb5/src/plugins/preauth/test/
H A Dkdctest.c106 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 Derror_map.h42 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 Dmain.c153 vt->free_string = freestr; in localauth_test1_initvt()
167 vt->free_string = freestr; in localauth_test2_initvt()
/freebsd/crypto/openssl/crypto/ui/
H A Dui_lib.c50 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 Dlocalauth.c227 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 Dlocalauth_names.c100 vt->free_string = freestr; in localauth_names_initvt()
H A Dlocalauth_rule.c320 vt->free_string = freestr; in localauth_rule_initvt()
/freebsd/crypto/krb5/src/include/krb5/
H A Dlocalauth_plugin.h134 krb5_localauth_free_string_fn free_string; member
H A Dkdcpreauth_plugin.h163 void (*free_string)(krb5_context context, krb5_kdcpreauth_rock rock, member
/freebsd/crypto/krb5/src/plugins/preauth/otp/
H A Dmain.c240 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 Ddisp_status.c40 free_string (char *s) in free_string() function
H A DMakefile.in232 FREEVALUE=free_string
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_get.c597 profile->vt->free_string(profile->cbdata, name); in profile_iterator()
599 profile->vt->free_string(profile->cbdata, value); in profile_iterator()
H A Dprofile.hin179 * *ret_value to NULL. The returned strings will be freed with free_string.
260 profile_free_string_fn free_string;
H A Dprof_init.c32 (!vtable->iterator || !vtable->iterator_free || !vtable->free_string)) in init_module()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_conf.c425 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 Dkdc_preauth.c417 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 Dpkinit_srv.c1256 req_opts->cb->free_string(context, req_opts->rock, pattern); in dbmatch_authorize()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in89 void (*free_string) (void *db, char *string); member
H A Dx509v3.h88 void (*free_string) (void *db, char *string); member