Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dmit_glue.c46 krb5_cksumtype cksumtype, in krb5_c_make_checksum() argument
59 ret = krb5_create_checksum(context, crypto, usage, cksumtype, in krb5_c_make_checksum()
76 ret = krb5_c_make_checksum(context, cksum->cksumtype, in krb5_c_verify_checksum()
81 if (data_cksum.cksumtype == cksum->cksumtype in krb5_c_verify_checksum()
97 *type = cksum->cksumtype; in krb5_c_get_checksum()
117 cksum->cksumtype = type; in krb5_c_set_checksum()
177 krb5_c_checksum_length (krb5_context context, krb5_cksumtype cksumtype, in krb5_c_checksum_length() argument
180 return krb5_checksumsize(context, cksumtype, length); in krb5_c_checksum_length()
Dauth_context.c71 p->cksumtype = CKSUMTYPE_NONE; in krb5_auth_con_init()
381 krb5_cksumtype cksumtype) in krb5_auth_con_setcksumtype() argument
383 auth_context->cksumtype = cksumtype; in krb5_auth_con_setcksumtype()
390 krb5_cksumtype *cksumtype) in krb5_auth_con_getcksumtype() argument
392 *cksumtype = auth_context->cksumtype; in krb5_auth_con_getcksumtype()
Drd_safe.c52 safe->cksum.cksumtype = 0; in verify_checksum()
125 if (!krb5_checksum_is_keyed(context, safe.cksum.cksumtype) in krb5_rd_safe()
126 || !krb5_checksum_is_collision_proof(context, safe.cksum.cksumtype)) { in krb5_rd_safe()
Dpac.c107 result->cksumtype = CKSUMTYPE_HMAC_MD5; in HMAC_MD5_any_checksum()
541 cksum.cksumtype = type; in verify_checksum()
556 if (!krb5_checksum_is_keyed(context, cksum.cksumtype)) { in verify_checksum()
559 cksum.cksumtype); in verify_checksum()
572 if (cksum.cksumtype == CKSUMTYPE_HMAC_MD5) { in verify_checksum()
615 uint32_t cksumtype, in create_checksum() argument
632 if (cksumtype == (uint32_t)CKSUMTYPE_HMAC_MD5) { in create_checksum()
1022 uint32_t *cksumtype, in pac_checksum() argument
1039 *cksumtype = CKSUMTYPE_HMAC_MD5; in pac_checksum()
1047 *cksumtype = (uint32_t)cktype; in pac_checksum()
Dcrypto.c374 result->cksumtype = ct->type; in create_checksum()
440 ct = _krb5_find_checksum(cksum->cksumtype); in verify_checksum()
444 cksum->cksumtype); in verify_checksum()
532 ct = _krb5_find_checksum(cksum->cksumtype); in krb5_verify_checksum()
536 cksum->cksumtype); in krb5_verify_checksum()
1102 cksum.cksumtype = CHECKSUMTYPE(et->keyed_checksum); in decrypt_internal_derived()
1169 cksum.cksumtype = CHECKSUMTYPE(et->keyed_checksum); in decrypt_internal_enc_then_cksum()
1256 cksum.cksumtype = CHECKSUMTYPE(et->checksum); in decrypt_internal()
1754 cksum.cksumtype = CHECKSUMTYPE(et->keyed_checksum); in krb5_decrypt_iov_ivec()
1862 *type = cksum.cksumtype; in krb5_create_checksum_iov()
[all …]
Dcrypto-aes-sha1.c101 result.cksumtype = ct->type; in AES_SHA1_PRF()
Dmk_safe.c100 s.cksum.cksumtype = 0; in krb5_mk_safe()
Dbuild_auth.c160 if (auth.cksum->cksumtype == CKSUMTYPE_GSSAPI) { in _krb5_build_authenticator()
Dcrypto-des3.c68 result.cksumtype = ct->type; in DES3_prf()
Dkrb5.h660 krb5_cksumtype cksumtype; /* ¡requested checksum type! */ member
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
D8003.c131 result->cksumtype = CKSUMTYPE_GSSAPI; in _gsskrb5_create_8003_checksum()
188 if(cksum->cksumtype != CKSUMTYPE_GSSAPI || cksum->checksum.length < 24) { in _gsskrb5_verify_8003_checksum()
Dexport_sec_context.c162 kret = krb5_store_int32 (sp, ac->cksumtype); in _gsskrb5_export_sec_context()
Dimport_sec_context.c151 ac->cksumtype = tmp; in _gsskrb5_import_sec_context()
Dverify_mic.c266 csum.cksumtype = CKSUMTYPE_HMAC_SHA1_DES3; in verify_mic_des3()
Dunwrap.c393 csum.cksumtype = CKSUMTYPE_HMAC_SHA1_DES3; in unwrap_des3()
Daccept_sec_context.c536 && authenticator->cksum->cksumtype == CKSUMTYPE_GSSAPI) { in gsskrb5_acceptor_start()
Dcfx.c1548 &cksum.cksumtype); in _gssapi_unwrap_cfx()
1758 &cksum.cksumtype); in _gssapi_verify_mic_cfx()
/netbsd/src/crypto/external/bsd/heimdal/dist/kdc/
Dkrb5tgs.c1101 !krb5_checksum_is_keyed(context, auth->cksum->cksumtype) in tgs_check_authenticator()
1104 !krb5_checksum_is_collision_proof(context, auth->cksum->cksumtype)) { in tgs_check_authenticator()
1106 auth->cksum->cksumtype); in tgs_check_authenticator()
2051 if (!krb5_checksum_is_keyed(context, self.cksum.cksumtype)) { in tgs_build_reply()
2073 if (self.cksum.cksumtype == CKSUMTYPE_HMAC_MD5) { in tgs_build_reply()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Dkrb5.asn1425 cksumtype[0] CKSUMTYPE,
/netbsd/src/crypto/external/bsd/heimdal/dist/
DChangeLog.1998171 * lib/krb5/auth_context.c: remove enctype and cksumtype from
1407 * lib/krb5/mk_safe.c (krb5_mk_safe): figure out what cksumtype to
1411 cksumtype to use from the keytype.
1430 * lib/krb5/auth_context.c (krb5_auth_con_init): set `cksumtype'
DChangeLog.19991276 `cksumtype'
1292 and cksumtype
DChangeLog.20041133 krb5_{enctype,cksumtype}_valid
/netbsd/src/usr.sbin/makemandb/
Dnostem.txt479 cksumtype