/dflybsd-src/contrib/wpa_supplicant/src/tls/ |
H A D | tlsv1_client_read.c | 78 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello() 346 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate() 815 static int tls_process_certificate_status(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_status() 1013 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, in tls_process_server_key_exchange() 1110 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_request() 1174 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello_done() 1241 u8 ct, const u8 *in_data, in tls_process_server_change_cipher_spec() 1311 static int tls_process_server_finished(struct tlsv1_client *conn, u8 ct, in tls_process_server_finished() 1444 static int tls_process_application_data(struct tlsv1_client *conn, u8 ct, in tls_process_application_data() 1475 int tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, in tlsv1_client_process_handshake()
|
H A D | tlsv1_server_read.c | 121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, in tls_process_client_hello() 396 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, in tls_process_certificate() 807 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, in tls_process_client_key_exchange() 884 static int tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, in tls_process_certificate_verify() 1046 u8 ct, const u8 *in_data, in tls_process_change_cipher_spec() 1095 static int tls_process_client_finished(struct tlsv1_server *conn, u8 ct, in tls_process_client_finished() 1269 int tlsv1_server_process_handshake(struct tlsv1_server *conn, u8 ct, in tlsv1_server_process_handshake()
|
/dflybsd-src/lib/libc/rpc/ |
H A D | clnt_vc.c | 160 struct ct_data *ct = NULL; /* client handle */ in clnt_vc_create() local 310 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_call() local 429 struct ct_data *ct; in clnt_vc_geterr() local 441 struct ct_data *ct; in clnt_vc_freeres() local 475 struct ct_data *ct; in clnt_vc_control() local 603 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_destroy() local 640 struct ct_data *ct = (struct ct_data *)ctp; in read_vc() local 694 struct ct_data *ct = (struct ct_data *)ctp; in write_vc() local
|
/dflybsd-src/contrib/zstd/lib/compress/ |
H A D | fse_compress.c | 67 size_t FSE_buildCTable_wksp(FSE_CTable* ct, in FSE_buildCTable_wksp() 175 size_t FSE_buildCTable(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, uns… in FSE_buildCTable() 317 void FSE_freeCTable (FSE_CTable* ct) { ZSTD_free(ct); } in FSE_freeCTable() 501 size_t FSE_buildCTable_raw (FSE_CTable* ct, unsigned nbBits) in FSE_buildCTable_raw() 534 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() 559 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic() 618 const FSE_CTable* ct) in FSE_compress_usingCTable()
|
/dflybsd-src/games/hack/ |
H A D | hack.makemon.c | 81 int tmp, ct; in makemon() local 263 int ct; in mkmon_at() local
|
H A D | hack.read.c | 161 int ct = 0; in doread() local 364 int ct = 0, ctu = 0; in doread() local
|
H A D | hack.invent.c | 727 unsigned ct = 0; in doinv() local 840 int ct = 0; in dolook() local 977 int ct = 0; in doprarm() local 1002 int ct = 0; in doprring() local
|
/dflybsd-src/sys/dev/disk/isp/ |
H A D | isp_target.c | 801 ct7_entry_t *ct = (ct7_entry_t *) storage; in isp_target_async() local 808 ct2_entry_t *ct = (ct2_entry_t *) storage; in isp_target_async() local 814 ct_entry_t *ct = (ct_entry_t *) storage; in isp_target_async() local 1369 isp_handle_ctio(ispsoftc_t *isp, ct_entry_t *ct) in isp_handle_ctio() 1519 isp_handle_ctio2(ispsoftc_t *isp, ct2_entry_t *ct) in isp_handle_ctio2() 1674 isp_handle_ctio7(ispsoftc_t *isp, ct7_entry_t *ct) in isp_handle_ctio7()
|
/dflybsd-src/bin/ed/ |
H A D | buf.c | 51 int len, ct; in get_sbuf_line() local 84 int len, ct; in put_sbuf_line() local
|
/dflybsd-src/usr.bin/tftp/ |
H A D | tftpsubs.c | 168 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) in writeit() 190 int ct; in write_behind() local
|
/dflybsd-src/crypto/libressl/crypto/bn/ |
H A D | bn_div.c | 121 BN_CTX *ctx, int ct) in BN_div_internal() 385 int ct = ((BN_get_flags(num, BN_FLG_CONSTTIME) != 0) || in BN_div() local
|
H A D | bn_gcd.c | 253 int ct) in BN_mod_inverse_internal() 546 int ct = ((BN_get_flags(a, BN_FLG_CONSTTIME) != 0) || in BN_mod_inverse() local
|
/dflybsd-src/contrib/openbsd_libm/src/ |
H A D | s_casinf.c | 58 static float complex ca, ct, zz, z2; in casinf() local
|
H A D | s_casin.c | 60 static double complex ca, ct, zz, z2; in casin() local
|
H A D | s_casinl.c | 69 static long double complex ca, ct, zz, z2; in casinl() local
|
/dflybsd-src/crypto/libressl/crypto/aes/ |
H A D | aes_locl.h | 68 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… argument
|
/dflybsd-src/sbin/hammer/ |
H A D | cmd_softprune.c | 333 time_t ct; in hammer_softprune_scanmeta() local 479 time_t ct, time_t mt) in hammer_softprune_addelm()
|
/dflybsd-src/lib/libdmsg/ |
H A D | crypto.c | 207 dmsg_crypto_gcm_encrypt_chunk(dmsg_ioq_t *ioq, char *ct, char *pt, in dmsg_crypto_gcm_encrypt_chunk() 249 dmsg_crypto_gcm_decrypt_chunk(dmsg_ioq_t *ioq, char *ct, char *pt, in dmsg_crypto_gcm_decrypt_chunk()
|
/dflybsd-src/usr.bin/systat/ |
H A D | cmds.c | 144 struct cmdtab *ct, *found; in lookup() local
|
/dflybsd-src/test/stress/stress2/testcases/run/ |
H A D | run.c | 93 char ct[80]; in test() local
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-esp.c | 185 const u_char *iv, const u_char *ct, unsigned int ctlen) in do_decrypt() 290 const u_char *ct; in esp_decrypt_buffer_by_ikev2_print() local 742 const u_char *ct; in esp_print() local
|
/dflybsd-src/games/backgammon/backgammon/ |
H A D | extra.c | 206 int c, l, ct; in trapped() local
|
/dflybsd-src/usr.bin/mt/ |
H A D | mt.c | 562 struct compression_types *ct; in comptostring() local 583 struct compression_types *ct; in stringtocomp() local
|
/dflybsd-src/crypto/openssh/ |
H A D | rijndael.c | 622 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… argument
|
/dflybsd-src/usr.sbin/nvmmctl/ |
H A D | nvmmctl.c | 64 const struct cmdtab *ct; in main() local
|