/titanic_44/usr/src/cmd/gencat/ |
H A D | gencat.c | 99 int text_len; /* message text length */ variable 633 text_len = 0; 709 while ((text_len + (int)MB_CUR_MAX + 1) >= text_size) 711 if ((n = wctomb(&text[text_len], c)) > 0) 712 text_len += n; 716 while ((text_len + 1) >= text_size) 718 text[text_len] = '\0'; 719 ++text_len; 800 while ((text_len + (int)MB_CUR_MAX + 1) >= text_size) 802 if ((n = wctomb(&text[text_len], c)) > 0) [all …]
|
/titanic_44/usr/src/lib/libsasl/include/ |
H A D | hmac-md5.h | 39 void _sasl_hmac_md5(const unsigned char *text, int text_len, 57 #define _sasl_hmac_md5_update(hmac, text, text_len) _sasl_MD5Update(&(hmac)->ictx, (text), (text_le… argument
|
H A D | saslplug.h | 92 void (*hmac_md5)(const unsigned char *text, int text_len,
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | boot.c | 46 unsigned long flags = 0, text_len = 0, data_len = 0, bss_len = 0; in load_image() local 150 text_len = pu.mb->load_end_addr - cur_addr; in load_image() 209 text_len = pu.aout->a_text; in load_image() 268 text_len = filemax - data_len - SECTOR_SIZE; in load_image() 270 linux_data_tmp_addr = (char *) LINUX_BZIMAGE_ADDR + text_len; in load_image() 273 && text_len > linux_data_real_addr - (char *) LINUX_ZIMAGE_ADDR) in load_image() 284 (big_linux ? "bzImage" : "zImage"), data_len, text_len); in load_image() 447 grub_read ((char *) LINUX_BZIMAGE_ADDR, text_len); in load_image() 463 linux_text_len = text_len; in load_image() 499 printf (", loadaddr=0x%x, text%s=0x%x", cur_addr, str, text_len); in load_image() [all …]
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | cram_md5.c | 19 void hmac_md5(unsigned char *text, int text_len, unsigned char *key, in hmac_md5() argument 51 (void) MD5Update(&context, text, text_len); in hmac_md5()
|
/titanic_44/usr/src/lib/libldap5/include/ldap/ |
H A D | sec.h | 9 void hmac_md5(unsigned char *text, int text_len, unsigned char *key,
|
/titanic_44/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 476 void _sasl_hmac_md5(text, text_len, key, key_len, digest) in _sasl_hmac_md5() argument 478 int text_len; /* length of data stream */ 535 _sasl_MD5Update(&context, text, text_len); /* then text of datagram */
|
/titanic_44/usr/src/common/crypto/ecc/ |
H A D | ecl.c | 361 group->text_len = n; in ecgroup_fromNameAndHex() 452 kmem_free(group->text, group->text_len); in ECGroup_free()
|
H A D | ecl-priv.h | 169 int text_len; member
|
/titanic_44/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 188 uchar_t text_len; member
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | g_adm.c | 1493 if (l_state.ib_tbl.config.type_hdr[i].text_len != 0) { in pho_display_config() 1633 if (l_state.ib_tbl.config.type_hdr[i].text_len != 0) { in dpm_display_config() 4655 if (l_state->ib_tbl.config.type_hdr[i].text_len != 0) { in trans_messages() 4733 if (l_state->ib_tbl.config.type_hdr[i].text_len != 0) { in temperature_messages() 4854 if (l_state->ib_tbl.config.type_hdr[index].text_len != 0) { in mb_messages() 4920 if (l_state->ib_tbl.config.type_hdr[index].text_len != 0) { in back_plane_messages() 4982 if (l_state->ib_tbl.config.type_hdr[index].text_len != 0) { in dpm_SSC100_messages() 5038 if (l_state->ib_tbl.config.type_hdr[index].text_len != 0) { in loop_messages() 5095 if (l_state->ib_tbl.config.type_hdr[index].text_len != 0) { in ctlr_messages() 5187 if (l_state->ib_tbl.config.type_hdr[hdr_index].text_len != 0) { in fan_messages() [all …]
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_cookie.c | 66 hmac_md5(uchar_t *text, size_t text_len, uchar_t *key, size_t key_len, in hmac_md5() argument 115 MD5Update(&context, text, text_len); /* then text of datagram */ in hmac_md5()
|
/titanic_44/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 2885 size = l_state->ib_tbl.config.type_hdr[i].text_len; in copy_config_page()
|