Searched refs:cktype (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | pac.c | 1025 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 D | crypto.c | 241 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 D | expr.c | 450 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 D | data.c | 269 (cktype(OPASSIGN,type,valtype) == TYERROR) )
|
| H A D | defs.h | 514 int cktype(int, int, int);
|