Searched refs:_krb5_checksum_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto.h85 struct _krb5_checksum_type { struct
110 struct _krb5_checksum_type *checksum;
111 struct _krb5_checksum_type *keyed_checksum;
130 extern struct _krb5_checksum_type _krb5_checksum_none;
131 extern struct _krb5_checksum_type _krb5_checksum_crc32;
132 extern struct _krb5_checksum_type _krb5_checksum_rsa_md4;
133 extern struct _krb5_checksum_type _krb5_checksum_rsa_md4_des;
134 extern struct _krb5_checksum_type _krb5_checksum_rsa_md5_des;
135 extern struct _krb5_checksum_type _krb5_checksum_rsa_md5_des3;
136 extern struct _krb5_checksum_type _krb5_checksum_rsa_md
[all...]
H A Dcrypto-algs.c40 struct _krb5_checksum_type *_krb5_checksum_types[] = {
H A Dcrypto-null.c62 struct _krb5_checksum_type _krb5_checksum_none = {
H A Dcrypto-aes.c68 struct _krb5_checksum_type _krb5_checksum_hmac_sha1_aes128 = {
78 struct _krb5_checksum_type _krb5_checksum_hmac_sha1_aes256 = {
94 struct _krb5_checksum_type *ct = crypto->et->checksum;
H A Dcrypto-des3.c109 struct _krb5_checksum_type _krb5_checksum_rsa_md5_des3 = {
120 struct _krb5_checksum_type _krb5_checksum_hmac_sha1_des3 = {
H A Dcrypto-arcfour.c67 struct _krb5_checksum_type *c = _krb5_find_checksum (CKSUMTYPE_RSA_MD5);
108 struct _krb5_checksum_type _krb5_checksum_hmac_md5 = {
133 struct _krb5_checksum_type *c = _krb5_find_checksum (CKSUMTYPE_RSA_MD5);
202 struct _krb5_checksum_type *c = _krb5_find_checksum (CKSUMTYPE_RSA_MD5);
H A Dcrypto-des.c175 struct _krb5_checksum_type _krb5_checksum_crc32 = {
185 struct _krb5_checksum_type _krb5_checksum_rsa_md4 = {
195 struct _krb5_checksum_type _krb5_checksum_rsa_md4_des = {
205 struct _krb5_checksum_type _krb5_checksum_rsa_md5_des = {
H A Dcrypto-des-common.c144 struct _krb5_checksum_type _krb5_checksum_rsa_md5 = {
H A Dkrb5-private.h238 struct _krb5_checksum_type *
320 struct _krb5_checksum_type */*cm*/,
H A Dcrypto.c184 struct _krb5_checksum_type *cm,
248 struct _krb5_checksum_type *c = _krb5_find_checksum(cktype);
278 struct _krb5_checksum_type *c = _krb5_find_checksum(CKSUMTYPE_SHA1);
293 struct _krb5_checksum_type _krb5_checksum_sha1 = {
303 struct _krb5_checksum_type *
317 struct _krb5_checksum_type *ct,
347 struct _krb5_checksum_type *ct,
384 arcfour_checksum_p(struct _krb5_checksum_type *ct, krb5_crypto crypto)
399 struct _krb5_checksum_type *ct = NULL;
440 struct _krb5_checksum_type *c
[all...]

Completed in 69 milliseconds