Searched refs:hx509_cert_init_data (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | test_name.c | 324 c1 = hx509_cert_init_data(context, certdata1, sizeof(certdata1) - 1, NULL); in test_compare() 327 c2 = hx509_cert_init_data(context, certdata2, sizeof(certdata2) - 1, NULL); in test_compare() 330 c3 = hx509_cert_init_data(context, certdata3, sizeof(certdata3) - 1, NULL); in test_compare()
|
H A D | libhx509-exports.def | 79 hx509_cert_init_data
|
H A D | ks_keychain.c | 431 cert = hx509_cert_init_data(context, cssm.Data, cssm.Length, NULL); in keychain_iter_start() 513 *cert = hx509_cert_init_data(context, ptr, len, &error); in keychain_iter()
|
H A D | version-script.map | 74 hx509_cert_init_data;
|
H A D | hx509-protos.h | 893 hx509_cert_init_data (
|
H A D | ks_p12.c | 158 cert = hx509_cert_init_data(context, os.data, os.length, &error); in certBag_parser()
|
H A D | ks_file.c | 61 cert = hx509_cert_init_data(context, data, len, &error); in parse_certificate()
|
H A D | ks_p11.c | 737 cert = hx509_cert_init_data(context, query[1].pValue, in collect_cert()
|
H A D | cms.c | 742 c = hx509_cert_init_data(context, in any_to_certs()
|
H A D | cert.c | 287 hx509_cert_init_data(hx509_context context, in hx509_cert_init_data() function
|
H A D | ChangeLog | 446 * *.c: Add hx509_cert_init_data and use everywhere
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/ |
H A D | manpages | 41 hx509/man/man3/hx509_cert_init_data.3
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | pkinit.c | 460 cert = hx509_cert_init_data(context->hx509ctx, in _kdc_pk_rd_padata() 1727 cert = hx509_cert_init_data(context->hx509ctx, in _kdc_pk_check_client()
|