Home
last modified time | relevance | path

Searched refs:paChecksum (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/krb5/src/include/
H A Dk5-int-pkinit.h56 krb5_data paChecksum; member
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_lib.c123 free((*in)->pkAuthenticator.paChecksum.data); in free_krb5_auth_pack()
H A Dpkinit_clnt.c193 auth_pack.pkAuthenticator.paChecksum = *cksum; in pkinit_as_req_create()
H A Dpkinit_srv.c554 retval = crypto_verify_checksums(context, der_req, &pka->paChecksum, in pkinit_server_verify_padata()
/freebsd/crypto/heimdal/lib/asn1/
H A Dpkinit.asn180 paChecksum [3] OCTET STRING OPTIONAL,
H A DChangeLog603 * pkinit.asn1: paChecksum is now OPTIONAL so it can be upgraded to
/freebsd/crypto/heimdal/lib/krb5/
H A Dpkinit.c408 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 Dkrb5_err.et99 error_code PA_CHECKSUM_MUST_BE_INCLUDED, "paChecksum must be included"
/freebsd/crypto/heimdal/kdc/
H A Dpkinit.c152 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 DChangeLog.20061971 * 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 Dasn1_k_encode.c1411 DEFFIELD(pk_authenticator_3, krb5_pk_authenticator, paChecksum, 3,