Home
last modified time | relevance | path

Searched refs:text_len (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dideatest.c79 const size_t text_len = sizeof(text); in test_idea_cbc() local
84 IDEA_cbc_encrypt(text, out, text_len, &key, iv, 1); in test_idea_cbc()
87 IDEA_cbc_encrypt(&out[8], &out[8], text_len - 8, &dkey, iv, 0); in test_idea_cbc()
88 return TEST_mem_eq(text, text_len, out, text_len); in test_idea_cbc()
/freebsd/contrib/tcpdump/
H A Dsignature.c51 signature_compute_hmac_md5(const uint8_t *text, int text_len, unsigned char *key, in signature_compute_hmac_md5() argument
101 MD5_Update(&context, text, text_len); /* then text of datagram */ in signature_compute_hmac_md5()
/freebsd/contrib/dialog/
H A Dformbox.c100 if (item->text_len && ok_move(win, scrollamt, item->text_y, item->text_x)) { in print_item()
103 len = item->text_len; in print_item()
350 : item->text_len)); in real_length()
381 item[i].text_len = real_length(item + i); in make_FORM_ELTs()
654 current->text_len, in dlg_form()
877 current->text_len, in dlg_form()
956 listitems[i].text_len = (int) strlen(ItemText(i)); in dialog_form()
H A Dmixedform.c72 listitems[i].text_len = (int) strlen(ItemText(i)); in dialog_mixedform()
H A Ddialog.h693 int text_len; /* ...its length on the screen */ member
/freebsd/contrib/dma/
H A Dcrypto.c224 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/contrib/libarchive/libarchive/
H A Darchive_acl.c663 archive_acl_to_text_w(struct archive_acl *acl, ssize_t *text_len, int flags, in archive_acl_to_text_w() argument
761 if (text_len != NULL) in archive_acl_to_text_w()
762 *text_len = len; in archive_acl_to_text_w()
896 archive_acl_to_text_l(struct archive_acl *acl, ssize_t *text_len, int flags, in archive_acl_to_text_l() argument
996 if (text_len != NULL) in archive_acl_to_text_l()
997 *text_len = len; in archive_acl_to_text_l()
/freebsd/sys/dev/bce/
H A Dif_bce.c4000 for (j = 0; j < (fw->text_len / 4); j++, offset += 4) { in bce_load_cpu_fw()
4165 fw.text_len = bce_RXP_b09FwTextLen; in bce_init_rxp_cpu()
4195 fw.text_len = bce_RXP_b06FwTextLen; in bce_init_rxp_cpu()
4262 fw.text_len = bce_TXP_b09FwTextLen; in bce_init_txp_cpu()
4292 fw.text_len = bce_TXP_b06FwTextLen; in bce_init_txp_cpu()
4358 fw.text_len = bce_TPAT_b09FwTextLen; in bce_init_tpat_cpu()
4388 fw.text_len = bce_TPAT_b06FwTextLen; in bce_init_tpat_cpu()
4454 fw.text_len = bce_CP_b09FwTextLen; in bce_init_cp_cpu()
4484 fw.text_len = bce_CP_b06FwTextLen; in bce_init_cp_cpu()
4550 fw.text_len = bce_COM_b09FwTextLen; in bce_init_com_cpu()
[all …]
H A Dif_bcereg.h6196 u32 text_len; member