Symbol: krb5_cksumtypes
crypto/krb5/src/lib/crypto/krb/checksum_dk_cmac.c
32
krb5int_dk_cmac_checksum(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/checksum_dk_hmac.c
33
krb5int_dk_checksum(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/checksum_etm.c
36
krb5int_etm_checksum(const struct krb5_cksumtypes *ctp, krb5_key key,
crypto/krb5/src/lib/crypto/krb/checksum_hmac_md5.c
36
krb5_error_code krb5int_hmacmd5_checksum(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/checksum_length.c
34
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/checksum_unkeyed.c
30
krb5int_unkeyed_checksum(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/cksumtype_to_string.c
33
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/cksumtypes.c
112
sizeof(krb5int_cksumtypes_list) / sizeof(struct krb5_cksumtypes);
crypto/krb5/src/lib/crypto/krb/cksumtypes.c
30
const struct krb5_cksumtypes krb5int_cksumtypes_list[] = {
crypto/krb5/src/lib/crypto/krb/coll_proof_cksum.c
33
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
187
struct krb5_cksumtypes;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
196
typedef krb5_error_code (*checksum_func)(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
209
typedef krb5_error_code (*verify_func)(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
233
extern const struct krb5_cksumtypes krb5int_cksumtypes_list[];
crypto/krb5/src/lib/crypto/krb/crypto_int.h
355
krb5_error_code krb5int_unkeyed_checksum(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
360
krb5_error_code krb5int_hmacmd5_checksum(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
365
krb5_error_code krb5int_dk_checksum(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
369
krb5_error_code krb5int_dk_cmac_checksum(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
373
krb5_error_code krb5int_etm_checksum(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
581
static inline const struct krb5_cksumtypes *
crypto/krb5/src/lib/crypto/krb/crypto_int.h
598
verify_key(const struct krb5_cksumtypes *ctp, krb5_key key)
crypto/krb5/src/lib/crypto/krb/keyed_checksum_types.c
31
is_keyed_for(const struct krb5_cksumtypes *ctp,
crypto/krb5/src/lib/crypto/krb/keyed_checksum_types.c
45
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/keyed_cksum.c
33
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/make_checksum.c
37
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/make_checksum_iov.c
40
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
218
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/string_to_cksumtype.c
35
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/valid_cksumtype.c
33
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/verify_checksum.c
35
const struct krb5_cksumtypes *ctp;
crypto/krb5/src/lib/crypto/krb/verify_checksum_iov.c
38
const struct krb5_cksumtypes *ctp;