Searched refs:paChecksum (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-int-pkinit.h | 56 krb5_data paChecksum; member
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_lib.c | 123 free((*in)->pkAuthenticator.paChecksum.data); in free_krb5_auth_pack()
|
| H A D | pkinit_clnt.c | 193 auth_pack.pkAuthenticator.paChecksum = *cksum; in pkinit_as_req_create()
|
| H A D | pkinit_srv.c | 554 retval = crypto_verify_checksums(context, der_req, &pka->paChecksum, in pkinit_server_verify_padata()
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | pkinit.asn1 | 80 paChecksum [3] OCTET STRING OPTIONAL,
|
| H A D | ChangeLog | 603 * pkinit.asn1: paChecksum is now OPTIONAL so it can be upgraded to
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | pkinit.c | 408 ALLOC(a->pkAuthenticator.paChecksum, 1); in build_auth_pack() 409 if (a->pkAuthenticator.paChecksum == NULL) { in build_auth_pack() 415 ret = krb5_data_copy(a->pkAuthenticator.paChecksum, in build_auth_pack()
|
| H A D | krb5_err.et | 99 error_code PA_CHECKSUM_MUST_BE_INCLUDED, "paChecksum must be included"
|
| /freebsd/crypto/heimdal/kdc/ |
| H A D | pkinit.c | 152 if (a->paChecksum == NULL) { in pk_check_pkauthenticator() 158 if (der_heim_octet_string_cmp(a->paChecksum, &checksum.checksum) != 0) { in pk_check_pkauthenticator()
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2006 | 1971 * lib/krb5/pkinit.c: update to new paChecksum definition, update 1974 * kdc/pkinit.c: update to new paChecksum definition, use
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_k_encode.c | 1411 DEFFIELD(pk_authenticator_3, krb5_pk_authenticator, paChecksum, 3,
|