Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kdc/
H A Dkx509.c59 static const unsigned char version_2_0[4] = {0 , 0, 2, 0}; variable
87 HMAC_Update(ctx, version_2_0, sizeof(version_2_0)); in verify_req_hash()
124 HMAC_Update(ctx, version_2_0, sizeof(version_2_0)); in calculate_reply_hash()
443 ret = krb5_data_alloc(reply, data.length + sizeof(version_2_0)); in _kdc_do_kx509()
448 memcpy(reply->data, version_2_0, sizeof(version_2_0)); in _kdc_do_kx509()
449 memcpy(((unsigned char *)reply->data) + sizeof(version_2_0), in _kdc_do_kx509()