Searched refs:text_len (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_log.c | 127 size_t text_len; in bnxt_log_info() local 130 text_len = vsnprintf(text, sizeof(textbuf), format, args); in bnxt_log_info() 131 if (text_len >= sizeof(textbuf)) in bnxt_log_info() 132 text_len = sizeof(textbuf) - 1; in bnxt_log_info() 134 next = memchr(text, '\n', text_len); in bnxt_log_info() 136 text_len = next - text; in bnxt_log_info() 137 else if (text[text_len] == '\0') in bnxt_log_info() 138 text[text_len] = '\n'; in bnxt_log_info() 140 if (text_len > max_len) { in bnxt_log_info() 142 text_len = max_len; in bnxt_log_info() [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | ideatest.c | 80 const size_t text_len = sizeof(text); in test_idea_cbc() local 85 IDEA_cbc_encrypt(text, out, text_len, &key, iv, 1); in test_idea_cbc() 88 IDEA_cbc_encrypt(&out[8], &out[8], text_len - 8, &dkey, iv, 0); in test_idea_cbc() 89 return TEST_mem_eq(text, text_len, out, text_len); in test_idea_cbc()
|
| /freebsd/contrib/tcpdump/ |
| H A D | signature.c | 49 signature_compute_hmac_md5(const uint8_t *text, int text_len, unsigned char *key, in signature_compute_hmac_md5() argument 99 MD5_Update(&context, text, text_len); /* then text of datagram */ in signature_compute_hmac_md5()
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | lshutil.cpp | 465 int text_len = GetWindowTextLength(m_hwnd); in ProcessText() local 466 if (text_len > 0) { in ProcessText() 467 LPTSTR str = new TCHAR [++text_len]; in ProcessText() 469 GetWindowText(m_hwnd, str, text_len); in ProcessText()
|
| /freebsd/contrib/dma/ |
| H A D | crypto.c | 224 hmac_md5(unsigned char *text, int text_len, unsigned char *key, int key_len, in hmac_md5() argument 278 MD5_Update(&context, text, text_len); /* then text of datagram */ in hmac_md5()
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/sha1/ |
| H A D | shs.h | 37 int text_len,
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_acl.c | 570 archive_acl_to_text_w(struct archive_acl *acl, ssize_t *text_len, int flags, in archive_acl_to_text_w() argument 647 if (text_len != NULL) in archive_acl_to_text_w() 648 *text_len = ws.length; in archive_acl_to_text_w() 779 archive_acl_to_text_l(struct archive_acl *acl, ssize_t *text_len, int flags, in archive_acl_to_text_l() argument 858 if (text_len != NULL) in archive_acl_to_text_l() 859 *text_len = s.length; in archive_acl_to_text_l()
|
| /freebsd/sys/dev/bce/ |
| H A D | if_bce.c | 3983 for (j = 0; j < (fw->text_len / 4); j++, offset += 4) { in bce_load_cpu_fw() 4148 fw.text_len = bce_RXP_b09FwTextLen; in bce_init_rxp_cpu() 4178 fw.text_len = bce_RXP_b06FwTextLen; in bce_init_rxp_cpu() 4245 fw.text_len = bce_TXP_b09FwTextLen; in bce_init_txp_cpu() 4275 fw.text_len = bce_TXP_b06FwTextLen; in bce_init_txp_cpu() 4341 fw.text_len = bce_TPAT_b09FwTextLen; in bce_init_tpat_cpu() 4371 fw.text_len = bce_TPAT_b06FwTextLen; in bce_init_tpat_cpu() 4437 fw.text_len = bce_CP_b09FwTextLen; in bce_init_cp_cpu() 4467 fw.text_len = bce_CP_b06FwTextLen; in bce_init_cp_cpu() 4533 fw.text_len = bce_COM_b09FwTextLen; in bce_init_com_cpu() [all …]
|
| H A D | if_bcereg.h | 6196 u32 text_len; member
|