HomeSort by: relevance | last modified time | path
    Searched refs:cksumtype (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
mit_glue.c 46 krb5_cksumtype cksumtype,
59 ret = krb5_create_checksum(context, crypto, usage, cksumtype,
76 ret = krb5_c_make_checksum(context, cksum->cksumtype,
81 if (data_cksum.cksumtype == cksum->cksumtype
97 *type = cksum->cksumtype;
117 cksum->cksumtype = type;
177 krb5_c_checksum_length (krb5_context context, krb5_cksumtype cksumtype,
180 return krb5_checksumsize(context, cksumtype, length);
rd_safe.c 52 safe->cksum.cksumtype = 0;
125 if (!krb5_checksum_is_keyed(context, safe.cksum.cksumtype)
126 || !krb5_checksum_is_collision_proof(context, safe.cksum.cksumtype)) {
auth_context.c 71 p->cksumtype = CKSUMTYPE_NONE;
381 krb5_cksumtype cksumtype)
383 auth_context->cksumtype = cksumtype;
390 krb5_cksumtype *cksumtype)
392 *cksumtype = auth_context->cksumtype;
crypto-aes-sha1.c 101 result.cksumtype = ct->type;
mk_safe.c 100 s.cksum.cksumtype = 0;
pac.c 107 result->cksumtype = CKSUMTYPE_HMAC_MD5;
541 cksum.cksumtype = type;
556 if (!krb5_checksum_is_keyed(context, cksum.cksumtype)) {
559 cksum.cksumtype);
572 if (cksum.cksumtype == CKSUMTYPE_HMAC_MD5) {
615 uint32_t cksumtype,
632 if (cksumtype == (uint32_t)CKSUMTYPE_HMAC_MD5) {
1022 uint32_t *cksumtype,
1039 *cksumtype = CKSUMTYPE_HMAC_MD5;
1047 *cksumtype = (uint32_t)cktype
    [all...]
build_auth.c 160 if (auth.cksum->cksumtype == CKSUMTYPE_GSSAPI) {
crypto-des3.c 68 result.cksumtype = ct->type;
crypto.c 374 result->cksumtype = ct->type;
440 ct = _krb5_find_checksum(cksum->cksumtype);
444 cksum->cksumtype);
532 ct = _krb5_find_checksum(cksum->cksumtype);
536 cksum->cksumtype);
1102 cksum.cksumtype = CHECKSUMTYPE(et->keyed_checksum);
1169 cksum.cksumtype = CHECKSUMTYPE(et->keyed_checksum);
1256 cksum.cksumtype = CHECKSUMTYPE(et->checksum);
1754 cksum.cksumtype = CHECKSUMTYPE(et->keyed_checksum);
1862 *type = cksum.cksumtype;
    [all...]
krb5.h 99 typedef CKSUMTYPE krb5_cksumtype;
660 krb5_cksumtype cksumtype; /* ¡requested checksum type! */ member in struct:krb5_auth_context_data
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
8003.c 131 result->cksumtype = CKSUMTYPE_GSSAPI;
188 if(cksum->cksumtype != CKSUMTYPE_GSSAPI || cksum->checksum.length < 24) {
export_sec_context.c 162 kret = krb5_store_int32 (sp, ac->cksumtype);
import_sec_context.c 151 ac->cksumtype = tmp;
verify_mic.c 266 csum.cksumtype = CKSUMTYPE_HMAC_SHA1_DES3;
unwrap.c 393 csum.cksumtype = CKSUMTYPE_HMAC_SHA1_DES3;
accept_sec_context.c 536 && authenticator->cksum->cksumtype == CKSUMTYPE_GSSAPI) {
cfx.c 1548 &cksum.cksumtype);
1758 &cksum.cksumtype);
  /src/crypto/external/bsd/heimdal/dist/kdc/
krb5tgs.c 1101 !krb5_checksum_is_keyed(context, auth->cksum->cksumtype)
1104 !krb5_checksum_is_collision_proof(context, auth->cksum->cksumtype)) {
1106 auth->cksum->cksumtype);
2051 if (!krb5_checksum_is_keyed(context, self.cksum.cksumtype)) {
2073 if (self.cksum.cksumtype == CKSUMTYPE_HMAC_MD5) {

Completed in 30 milliseconds