| /openbsd/src/usr.sbin/rpki-client/ |
| D | print.c | 104 char *ski; in tal_print() local 113 if ((ski = x509_pubkey_get_ski(pubkey, p->descr)) == NULL) in tal_print() 119 json_do_string("ski", pretty_key_id(ski)); in tal_print() 126 printf("Subject key identifier: %s\n", pretty_key_id(ski)); in tal_print() 136 free(ski); in tal_print() 290 json_do_string("ski", pretty_key_id(p->ski)); in cert_print() 310 printf("Subject key identifier: %s\n", pretty_key_id(p->ski)); in cert_print() 457 json_do_string("ski", pretty_key_id(p->ski)); in mft_print() 470 printf("Subject key identifier: %s\n", pretty_key_id(p->ski)); in mft_print() 517 json_do_string("ski", pretty_key_id(p->ski)); in roa_print() [all …]
|
| D | tak.c | 135 if ((res->ski = x509_pubkey_get_ski(pubkey, fn)) == NULL) in parse_takey() 229 if (!x509_get_ski(*x509, fn, &tak->ski)) in tak_parse() 232 tak->ski == NULL) { in tak_parse() 254 if (strcmp(tak->aki, tak->current->ski) != 0) { in tak_parse() 291 free(t->ski); in takey_free() 313 free(t->ski); in tak_free()
|
| D | extern.h | 138 char *ski; /* SKI */ member 212 char *ski; /* SKI */ member 253 char *ski; /* SKI */ member 279 char *ski; /* SKI */ member 306 char *ski; member 324 char *ski; /* hex encoded SubjectKeyIdentifier of pubkey */ member 338 char *ski; /* SKI */ member 361 char *ski; /* SKI */ member 377 char *ski; /* SKI */ member 394 char *ski; /* SKI */ member [all …]
|
| D | gbr.c | 61 if (!x509_get_ski(*x509, fn, &gbr->ski)) in gbr_parse() 64 gbr->ski == NULL) { in gbr_parse() 106 free(p->ski); in gbr_free()
|
| D | cert.c | 815 int nid, ip, as, sia, cp, crldp, aia, aki, ski, in cert_parse_pre() local 818 nid = ip = as = sia = cp = crldp = aia = aki = ski = eku = bc = ku = 0; in cert_parse_pre() 922 if (ski++ > 0) in cert_parse_pre() 951 if (!x509_get_ski(x, fn, &cert->ski)) in cert_parse_pre() 1015 if (cert->ski == NULL) { in cert_parse_pre() 1043 if (strcmp(p->aki, p->ski) == 0) { in cert_parse() 1167 if (p->aki != NULL && strcmp(p->aki, p->ski)) { in ta_parse() 1227 free(p->ski); in cert_free() 1257 io_str_buffer(b, p->ski); in cert_buffer() 1300 io_read_str(b, &p->ski); in cert_read() [all …]
|
| D | aspa.c | 190 if (!x509_get_ski(*x509, fn, &aspa->ski)) in aspa_parse() 193 aspa->ski == NULL) { in aspa_parse() 248 free(p->ski); in aspa_free() 271 io_str_buffer(b, p->ski); in aspa_buffer() 304 io_read_str(b, &p->ski); in aspa_read() 305 assert(p->aia && p->aki && p->ski); in aspa_read()
|
| D | roa.c | 262 if (!x509_get_ski(*x509, fn, &roa->ski)) in roa_parse() 265 roa->ski == NULL) { in roa_parse() 329 free(p->ski); in roa_free() 351 io_str_buffer(b, p->ski); in roa_buffer() 381 io_read_str(b, &p->ski); in roa_read() 382 assert(p->aia && p->aki && p->ski); in roa_read()
|
| D | spl.c | 269 if (!x509_get_ski(*x509, fn, &spl->ski)) in spl_parse() 272 spl->ski == NULL) { in spl_parse() 332 free(s->ski); in spl_free() 355 io_str_buffer(b, s->ski); in spl_buffer() 387 io_read_str(b, &s->ski); in spl_read() 388 assert(s->aia && s->aki && s->ski); in spl_read()
|
| D | geofeed.c | 234 if (!x509_get_ski(*x509, fn, &geofeed->ski)) in geofeed_parse() 238 geofeed->ski == NULL) { in geofeed_parse() 299 free(p->ski); in geofeed_free()
|
| D | mft.c | 444 if (!x509_get_ski(*x509, fn, &mft->ski)) in mft_parse() 447 mft->ski == NULL) { in mft_parse() 529 free(p->ski); in mft_free() 551 io_str_buffer(b, p->ski); in mft_buffer() 585 io_read_str(b, &p->ski); in mft_read() 586 assert(p->aia && p->aki && p->ski); in mft_read()
|
| D | rsc.c | 405 if (!x509_get_ski(*x509, fn, &rsc->ski)) in rsc_parse() 407 if (rsc->aia == NULL || rsc->aki == NULL || rsc->ski == NULL) { in rsc_parse() 466 free(p->ski); in rsc_free()
|
| D | x509.c | 221 x509_get_ski(X509 *x, const char *fn, char **ski) in x509_get_ski() argument 228 *ski = NULL; in x509_get_ski() 261 *ski = hex_encode(md, md_len); in x509_get_ski()
|
| D | output-json.c | 175 json_do_string("ski", b->ski); in output_json()
|
| D | crl.c | 310 find.aki = a->cert->ski; in crl_get()
|
| D | parser.c | 119 if (strcmp(aki, a->cert->ski) != 0) { in find_issuer() 121 aki, a->cert->ski); in find_issuer()
|
| /openbsd/src/usr.bin/calendar/calendars/ |
| D | calendar.nz | 17 06/MonFirst Queen's Birthday (public holiday, ski season begins)
|
| D | calendar.ushistory | 29 01/28 First ski tow, Woodstock VT, 1914
|
| /openbsd/src/usr.bin/openssl/ |
| D | x509.c | 1587 ASN1_OCTET_STRING *ski = NULL; in set_key_identifiers() local 1594 if ((ski = compute_subject_key_identifier(subject_key)) == NULL) in set_key_identifiers() 1596 if (!X509_add1_ext_i2d(cert, NID_subject_key_identifier, ski, 0, in set_key_identifiers() 1617 ASN1_OCTET_STRING_free(ski); in set_key_identifiers()
|
| /openbsd/src/usr.sbin/bgpd/ |
| D | rtr_proto.c | 108 uint8_t ski[20]; member
|
| /openbsd/src/games/fortune/datfiles/ |
| D | zippy | 1361 CHIVAS REGAL, ski NUDE down MT. EVEREST, and have a wild SEX WEEKEND!
|
| D | fortunes | 4684 A person who leaves all his ski passes on his jacket just to 8316 Like the ski resort of girls looking for husbands and husbands looking
|
| D | fortunes2-o | 1056 "Well, the man came in the window wearing a ski mask. I was napping 7826 If God had meant for Texans to ski he would have made bullshit white.
|
| /openbsd/src/lib/libexpat/ |
| D | Changes | 796 Maciej Sroczyński
|
| /openbsd/src/share/dict/ |
| D | web2a | 39429 para-ski 55142 ski jump 55143 ski lift 55193 ski pole 55203 ski stick 55204 ski suit
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | NamesList.txt | 16470 = ski resort 16471 x (ski and ski boot - 1F3BF)
|