Searched refs:md_len (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | sunwmove.c | 105 nmd.md_len = ELF_M_SIZE(mvp->m_info); in append_move_desc() 107 ((mvp->m_stride + 1) * nmd.md_len); in append_move_desc() 133 ((nmd.md_len == smdp->md_len) && in append_move_desc() 138 ((smdp->md_start + smdp->md_len) <= lmdp->md_start)) in append_move_desc() 144 EC_XWORD(nmd.md_start), EC_XWORD(nmd.md_len), in append_move_desc() 145 EC_XWORD(omdp->md_start), EC_XWORD(omdp->md_len)); in append_move_desc()
|
/titanic_44/usr/src/lib/fm/libseslog/common/ |
H A D | libseslog.c | 605 int md_len; in clear_log() local 679 md_len = (ref_md[0] << 8) + ref_md[1] + 2; in clear_log() 684 if (md_len > alloc_len) { in clear_log() 690 if ((md_len - off) != read_in_len) { in clear_log() 707 res = sg_ll_mode_select10(sg_fd, ref_md, md_len); in clear_log()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | chap.c | 899 int outlen, md_len, name_len; local 901 md_len = cstate->resp_length; 903 outlen = CHAP_HEADERLEN + sizeof (u_char) + md_len + name_len; 912 PUTCHAR(md_len, outp); /* length of MD */ 913 BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */ 914 INCPTR(md_len, outp);
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | libld.h | 1142 Xword md_len; /* length of initialization */ member
|
/titanic_44/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 865 unsigned int md_len, md_len2, alen, digestInfo_len; in cms_signeddata_create() local 990 EVP_DigestFinal_ex(&ctx, md_data, &md_len); in cms_signeddata_create() 994 ASN1_OCTET_STRING_set(digest_attr, md_data, (int)md_len); in cms_signeddata_create()
|