Searched defs:ct (Results 26 - 50 of 142) sorted by relevance

123456

/freebsd-current/contrib/wpa/src/crypto/
H A Daes-internal-enc.c23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) argument
/freebsd-current/sys/contrib/openzfs/module/icp/algs/modes/
H A Decb.c35 ecb_cipher_contiguous_blocks(ecb_ctx_t *ctx, char *data, size_t length, crypto_data_t *out, size_t block_size, int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct)) argument
H A Dctr.c36 ctr_mode_contiguous_blocks(ctr_ctx_t *ctx, char *data, size_t length, crypto_data_t *out, size_t block_size, int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct), void (*xor_block)(uint8_t *, uint8_t *)) argument
/freebsd-current/sys/dev/hptmv/
H A Dmv.c85 os_memcmp(const void *cs, const void *ct, unsigned len) argument
/freebsd-current/usr.bin/tabs/
H A Dtabs.c81 const char *cr, *ct, *st, *ML; local
/freebsd-current/sys/dev/efidev/
H A Defirtc.c131 struct clocktime ct; local
154 struct clocktime ct; local
[all...]
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_rtc.c151 struct clocktime ct; local
[all...]
/freebsd-current/crypto/openssl/test/
H A Daesgcmtest.c38 static int do_encrypt(unsigned char *iv_gen, unsigned char *ct, int *ct_len, argument
66 static int do_decrypt(const unsigned char *iv, const unsigned char *ct, argument
96 unsigned char ct[32]; local
123 unsigned char ct[32]; local
[all...]
H A Dhmactest.c251 const unsigned char ct[166] = {0}; local
/freebsd-current/contrib/wpa/src/tls/
H A Dtlsv1_record.c287 u8 ct; local
H A Dtlsv1_server_read.c121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, argument
396 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, argument
807 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, argument
884 tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, const u8 *in_data, size_t *in_len) argument
1045 tls_process_change_cipher_spec(struct tlsv1_server *conn, u8 ct, const u8 *in_data, size_t *in_len) argument
1095 tls_process_client_finished(struct tlsv1_server *conn, u8 ct, const u8 *in_data, size_t *in_len) argument
1269 tlsv1_server_process_handshake(struct tlsv1_server *conn, u8 ct, const u8 *buf, size_t *len) argument
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dcheck_y2k.c406 clocktime_t ct; local
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/
H A Dgsstool.c79 rtbl_t ct; local
140 rtbl_t ct; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl_generic.c1107 aes_generic_decrypt(const uint32_t rk[], int Nr, const uint32_t ct[4], argument
979 aes_generic_encrypt(const uint32_t rk[], int Nr, const uint32_t pt[4], uint32_t ct[4]) argument
[all...]
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dputshell.c312 int ct = pAL->useCt; local
/freebsd-current/sys/dev/dialog/da9063/
H A Dda9063_rtc.c63 da9063_rtc_read_ct(struct da9063_rtc_softc *sc, struct clocktime *ct) argument
110 da9063_rtc_write_ct(struct da9063_rtc_softc *sc, struct clocktime *ct) argument
149 struct clocktime ct, oldct; local
191 struct clocktime ct; local
[all...]
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_misc.c36 struct clocktime ct = {0}; local
/freebsd-current/usr.bin/rwho/
H A Drwho.c88 time_t ct; local
/freebsd-current/sys/crypto/rijndael/
H A Drijndael-alg-fst.c861 void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 ct[16]) { argument
1042 rijndaelDecrypt(const u32 rk[ ], int Nr, const u8 ct[16], u8 pt[16]) argument
[all...]
/freebsd-current/sys/kern/
H A Dsubr_clock.c135 clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts) argument
197 struct clocktime ct; local
244 clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct) argument
307 struct clocktime ct; local
351 clock_print_ct(const struct clocktime *ct, int nsdigits) argument
371 struct clocktime ct; local
[all...]
/freebsd-current/sbin/nvmecontrol/modules/samsung/
H A Dsamsung.c53 uint16_t ct; /* Current Temperature */ member in struct:samsung_log_extended_smart
/freebsd-current/contrib/sendmail/src/
H A Dratectrl.c272 CTime_T *ct = NULL; local
505 CTime_T *ct; local
[all...]
/freebsd-current/contrib/bearssl/T0/
H A DT0Comp.cs1377 string ReadTerm(int ct) argument
/freebsd-current/crypto/heimdal/kuser/
H A Dklist.c77 print_cred(krb5_context context, krb5_creds *cred, rtbl_t ct, int do_flags) argument
240 rtbl_t ct = NULL; local
392 struct ClearToken ct; local
495 rtbl_t ct; local
[all...]
/freebsd-current/crypto/heimdal/lib/kafs/
H A Dcommon.c70 kafs_settoken_rxkad(const char *cell, struct ClearToken *ct, argument
120 _kafs_fixup_viceid(struct ClearToken *ct, uid_t uid) argument
[all...]

Completed in 381 milliseconds

123456