Searched refs:upn (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/kern/ |
| HD | subr_unit.c | 632 struct unr *up, *upn; in alloc_unr_specificl() local 705 upn = new_unr(uh, p1, p2); in alloc_unr_specificl() 706 upn->ptr = NULL; in alloc_unr_specificl() 707 upn->len = tl; in alloc_unr_specificl() 708 TAILQ_INSERT_AFTER(&uh->head, up, upn, list); in alloc_unr_specificl() 713 upn = new_unr(uh, p1, p2); in alloc_unr_specificl() 714 upn->len = i; in alloc_unr_specificl() 715 upn->ptr = NULL; in alloc_unr_specificl() 716 TAILQ_INSERT_BEFORE(up, upn, list); in alloc_unr_specificl() 762 struct unr *up, *upp, *upn; in free_unrl() local [all …]
|
| /freebsd-11-stable/crypto/heimdal/lib/hx509/ |
| HD | test_windows.in | 79 --ms-upn="user@heimdal.pki" \
|
| HD | hxtool-commands.in | 653 long = "ms-upn"
|
| HD | ChangeLog | 692 * hxtool-commands.in: Add ca --ms-upn. 694 * hxtool.c: add --ms-upn and add more EKU's for pk-init client.
|
| /freebsd-11-stable/crypto/heimdal/kdc/ |
| HD | pkinit.c | 1641 MS_UPN_SAN upn; in match_ms_upn_san() local 1659 ret = decode_MS_UPN_SAN(list.val[0].data, list.val[0].length, &upn, &size); in match_ms_upn_san() 1665 free_MS_UPN_SAN(&upn); in match_ms_upn_san() 1671 kdc_log(context, config, 0, "found MS UPN SAN: %s", upn); in match_ms_upn_san() 1673 ret = krb5_parse_name(context, upn, &principal); in match_ms_upn_san() 1674 free_MS_UPN_SAN(&upn); in match_ms_upn_san()
|
| /freebsd-11-stable/crypto/heimdal/lib/krb5/ |
| HD | pkinit.c | 2503 get_ms_san(hx509_context context, hx509_cert cert, char **upn) in get_ms_san() argument 2508 *upn = NULL; in get_ms_san() 2519 upn, NULL); in get_ms_san() 2530 char *upn; in find_ms_san() local 2533 ret = get_ms_san(context, cert, &upn); in find_ms_san() 2535 free(upn); in find_ms_san()
|
| /freebsd-11-stable/crypto/openssl/crypto/objects/ |
| HD | objects.txt | 405 !Cname ms-upn
|
| /freebsd-11-stable/crypto/heimdal/lib/kadm5/ |
| HD | ChangeLog | 561 * ad.c: use new tsasl interface remove debug printf add upn to
|