Searched refs:checksum_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dcrypto.c94 struct checksum_type { struct
120 struct checksum_type *checksum;
121 struct checksum_type *keyed_checksum;
138 static struct checksum_type *_find_checksum(krb5_cksumtype type);
150 struct checksum_type *cm,
1416 struct checksum_type *cm,
1480 struct checksum_type *c = _find_checksum(cktype);
1509 struct checksum_type *c = _find_checksum(CKSUMTYPE_SHA1);
1536 struct checksum_type *c = _find_checksum (CKSUMTYPE_RSA_MD5);
1578 struct checksum_type *
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dparse.y401 %type <num> checksum_type
564 checksum_statement: CHECKSUM checksum_type
580 checksum_type: label

Completed in 109 milliseconds