Home
last modified time | relevance | path

Searched refs:cktype (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpac.c1025 krb5_cksumtype cktype; in pac_checksum() local
1033 ret = krb5_crypto_get_checksum_type(context, crypto, &cktype); in pac_checksum()
1038 if (krb5_checksum_is_keyed(context, cktype) == FALSE) { in pac_checksum()
1043 ret = krb5_checksumsize(context, cktype, cksumsize); in pac_checksum()
1047 *cksumtype = (uint32_t)cktype; in pac_checksum()
H A Dcrypto.c241 krb5_cksumtype cktype, in krb5_hmac() argument
248 struct _krb5_checksum_type *c = _krb5_find_checksum(cktype); in krb5_hmac()
255 cktype); in krb5_hmac()
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexpr.c450 if( (ptype = cktype(opcode, ltype, rtype)) == TYERROR)
510 mtype = cktype(OPMINUS, ltype, rtype);
524 ptype = cktype(OPCONV, p->vtype, ltype);
1310 etype = cktype(opcode, ltype, rtype);
1514 cktype(op, lt, rt) in cktype() function
H A Ddata.c269 (cktype(OPASSIGN,type,valtype) == TYERROR) )
H A Ddefs.h514 int cktype(int, int, int);