Searched refs:upn (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_unit.c | 789 struct unr *up, *upn; in alloc_unr_specificl() local 863 upn = new_unr(uh, p1, p2); in alloc_unr_specificl() 864 upn->ptr = NULL; in alloc_unr_specificl() 865 upn->len = tl; in alloc_unr_specificl() 866 TAILQ_INSERT_AFTER(&uh->head, up, upn, list); in alloc_unr_specificl() 871 upn = new_unr(uh, p1, p2); in alloc_unr_specificl() 872 upn->len = i; in alloc_unr_specificl() 873 upn->ptr = NULL; in alloc_unr_specificl() 874 TAILQ_INSERT_BEFORE(up, upn, list); in alloc_unr_specificl() 922 struct unr *up, *upp, *upn; in free_unrl() local [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | test_windows.in | 79 --ms-upn="user@heimdal.pki" \
|
H A D | hxtool-commands.in | 653 long = "ms-upn"
|
H A D | 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/crypto/heimdal/kdc/ |
H A D | pkinit.c | 1649 MS_UPN_SAN upn; in match_ms_upn_san() local 1667 ret = decode_MS_UPN_SAN(list.val[0].data, list.val[0].length, &upn, &size); in match_ms_upn_san() 1673 free_MS_UPN_SAN(&upn); in match_ms_upn_san() 1679 kdc_log(context, config, 0, "found MS UPN SAN: %s", upn); in match_ms_upn_san() 1681 ret = krb5_parse_name(context, upn, &principal); in match_ms_upn_san() 1682 free_MS_UPN_SAN(&upn); in match_ms_upn_san()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pkinit.c | 2606 get_ms_san(hx509_context context, hx509_cert cert, char **upn) in get_ms_san() argument 2611 *upn = NULL; in get_ms_san() 2622 upn, NULL); in get_ms_san() 2633 char *upn; in find_ms_san() local 2636 ret = get_ms_san(context, cert, &upn); in find_ms_san() 2638 free(upn); in find_ms_san()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ChangeLog | 561 * ad.c: use new tsasl interface remove debug printf add upn to
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 441 !Cname ms-upn
|