Searched refs:cksumtype (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | mandatory_sumtype.c | 36 krb5_cksumtype *cksumtype) 42 *cksumtype = krb5_enctypes_list[i].required_ctype; 35 krb5int_c_mandatory_cksumtype(krb5_context ctx, krb5_enctype etype, krb5_cksumtype *cksumtype) argument
|
H A D | checksum_length.c | 32 krb5_c_checksum_length(krb5_context context, krb5_cksumtype cksumtype, argument 38 if (krb5_cksumtypes_list[i].ctype == cksumtype)
|
H A D | make_checksum.c | 38 krb5_c_make_checksum(krb5_context context, krb5_cksumtype cksumtype, argument 50 if (krb5_cksumtypes_list[i].ctype == cksumtype) 145 cksum->checksum_type = cksumtype;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | cksumtype_to_string.c | 32 krb5_cksumtype_to_string(krb5_cksumtype cksumtype, char *buffer, size_t buflen) argument 37 if (krb5_cksumtypes_list[i].ctype == cksumtype) {
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | auth_con.c | 240 krb5_auth_con_set_req_cksumtype(krb5_context context, krb5_auth_context auth_context, krb5_cksumtype cksumtype) argument 242 auth_context->req_cksumtype = cksumtype; 248 krb5_auth_con_set_safe_cksumtype(krb5_context context, krb5_auth_context auth_context, krb5_cksumtype cksumtype) argument 250 auth_context->safe_cksumtype = cksumtype;
|
H A D | pac.c | 896 krb5_cksumtype *cksumtype) 902 ret = krb5int_c_mandatory_cksumtype(context, key->enctype, cksumtype); 906 ret = krb5_c_checksum_length(context, *cksumtype, &len); 929 store_32_le((krb5_ui_4)*cksumtype, cksumdata.data); 892 k5_insert_checksum(krb5_context context, krb5_pac pac, krb5_ui_4 type, const krb5_keyblock *key, krb5_cksumtype *cksumtype) argument
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | k5sealv3.c | 283 err = krb5_c_make_checksum(context, ctx->cksumtype, key, 508 sum.checksum_type = ctx->cksumtype; 559 sum.checksum_type = ctx->cksumtype;
|
H A D | ser_sctx.c | 289 * krb5_int32 for cksumtype 495 kret = krb5_ser_pack_int32((krb5_int32) ctx->cksumtype, 675 ctx->cksumtype = ibuf;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | init_sec_context.c | 383 ctx->cksumtype = 0; 438 &ctx->cksumtype); 441 code = krb5_c_checksum_length(context, ctx->cksumtype,
|
H A D | accept_sec_context.c | 973 &ctx->cksumtype); 976 code = krb5_c_checksum_length(context, ctx->cksumtype,
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | gssapiP_krb5.h | 211 krb5_cksumtype cksumtype; /* for "main" subkey */ member in struct:_krb5_gss_ctx_id_rec
|
H A D | krb5.h | 483 #define CKSUMTYPE_HMAC_MD5_ARCFOUR -138 /*Microsoft md5 hmac cksumtype*/ 618 (krb5_context context, krb5_cksumtype cksumtype, 632 (krb5_context context, krb5_cksumtype cksumtype,
|
Completed in 87 milliseconds