Searched refs:ct (Results 101 - 125 of 203) sorted by relevance

123456789

/freebsd-current/crypto/openssl/crypto/ct/
H A Dct_policy.c14 #include <openssl/ct.h>
H A Dct_vfy.c12 #include <openssl/ct.h>
H A Dct_b64.c13 #include <openssl/ct.h>
H A Dct_local.h11 #include <openssl/ct.h>
/freebsd-current/crypto/openssl/test/
H A Devp_fetch_prov_test.c247 unsigned char ct[64], pt[64]; local
252 || !TEST_true(EVP_CipherUpdate(ctx, ct, &ctlen, msg, len))
253 || !TEST_true(EVP_CipherFinal_ex(ctx, ct, &ctlen))
255 || !TEST_true(EVP_CipherUpdate(ctx, pt, &ptlen, ct, ctlen))
H A Dacvp_test.c675 const unsigned char *ct, size_t ct_len,
692 if (!TEST_mem_eq(out, out_len, ct, ct_len))
709 tst->ct, tst->ct_len, enc))
710 && TEST_true(cipher_enc(tst->alg, tst->ct, tst->ct_len,
721 const unsigned char *ct, size_t ct_len,
758 || !TEST_mem_eq(out, out_len, ct, ct_len)
762 if (!TEST_mem_eq(out, out_len + len, ct, ct_len))
780 const unsigned char *tag = tst->ct + ct_len;
790 tst->ct, ct_len, tag, tag_len, enc, pass)
791 && aes_ccm_enc_dec(tst->alg, tst->ct, ct_le
671 cipher_enc(const char *alg, const unsigned char *pt, size_t pt_len, const unsigned char *key, size_t key_len, const unsigned char *iv, size_t iv_len, const unsigned char *ct, size_t ct_len, int enc) argument
716 aes_ccm_enc_dec(const char *alg, const unsigned char *pt, size_t pt_len, const unsigned char *key, size_t key_len, const unsigned char *iv, size_t iv_len, const unsigned char *aad, size_t aad_len, const unsigned char *ct, size_t ct_len, const unsigned char *tag, size_t tag_len, int enc, int pass) argument
803 aes_gcm_enc_dec(const char *alg, const unsigned char *pt, size_t pt_len, const unsigned char *key, size_t key_len, const unsigned char *iv, size_t iv_len, const unsigned char *aad, size_t aad_len, const unsigned char *ct, size_t ct_len, const unsigned char *tag, size_t tag_len, int enc, int pass) argument
[all...]
H A Dhmactest.c251 const unsigned char ct[166] = {0}; local
268 if (!TEST_true(EVP_DigestSignUpdate(ctx, ct, sizeof(ct))))
H A Dtls-provider.c329 unsigned char *ct, size_t *ctlen,
336 * 2. we encode our ephemeral pubkey as the outgoing ct
345 if (ct == NULL || ss == NULL) {
365 /* 2. Encode ephemeral pubkey as ct */
366 memcpy(ct, ourkey->pubkey, XOR_KEY_SIZE);
388 const unsigned char *ct, size_t ctlen)
393 * - ct is our peer's pubkey
414 memcpy(peerkey->pubkey, ct, XOR_KEY_SIZE);
328 xor_encapsulate(void *vpxorctx, unsigned char *ct, size_t *ctlen, unsigned char *ss, size_t *sslen) argument
386 xor_decapsulate(void *vpxorctx, unsigned char *ss, size_t *sslen, const unsigned char *ct, size_t ctlen) argument
/freebsd-current/usr.bin/rwho/
H A Drwho.c88 time_t ct; local
123 (void) time(&ct);
124 (void) localtime(&ct);
/freebsd-current/contrib/wpa/src/tls/
H A Dtlsv1_client.c169 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
235 ct = pos[0];
244 if (tlsv1_client_process_handshake(conn, ct, in_pos,
336 u8 alert, *out_pos, ct; local
359 ct = pos[0];
391 if (ct == TLS_CONTENT_TYPE_ALERT) {
410 if (ct != TLS_CONTENT_TYPE_APPLICATION_DATA) {
H A Dtlsv1_server.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
171 ct = pos[0];
180 if (tlsv1_server_process_handshake(conn, ct, in_pos,
266 u8 alert, *out_end, *out_pos, ct; local
275 ct = pos[0];
292 if (ct == TLS_CONTENT_TYPE_ALERT) {
313 if (ct != TLS_CONTENT_TYPE_APPLICATION_DATA) {
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dconfigfile.c224 int ct = argl->useCt; local
227 while (--ct >= 0) {
284 int ct = arg_list->useCt; local
296 } while (--ct > 0);
343 int ct = arg_list->useCt; local
346 while (ct-- > 0) {
349 if (ct == 0) {
H A Dusage.c720 int ct = opts->presetOptCt; local
734 } while (od++, (--ct > 0));
742 ct = opts->presetOptCt;
753 } while (od++, (--ct > 0));
1040 int ct = opts->optCt; local
1099 } else if ((ct == 1) &&
1113 } while (od++, optNo++, (--ct > 0));
1152 int ct = opts->optCt; local
1164 } while (od++, optNo++, (--ct > 0));
H A Dload.c140 int ct = b_sz; local
145 if (--ct <= 0)
/freebsd-current/sys/powerpc/powermac/
H A Dsmu.c1337 struct clocktime ct; local
1346 ct.nsec = 0;
1347 ct.sec = bcd2bin(cmd.data[0]);
1348 ct.min = bcd2bin(cmd.data[1]);
1349 ct.hour = bcd2bin(cmd.data[2]);
1350 ct.dow = bcd2bin(cmd.data[3]);
1351 ct.day = bcd2bin(cmd.data[4]);
1352 ct.mon = bcd2bin(cmd.data[5]);
1353 ct.year = bcd2bin(cmd.data[6]) + 2000;
1355 return (clock_ct_to_ts(&ct, t
1362 struct clocktime ct; local
[all...]
/freebsd-current/sys/rpc/
H A Dsvc_vc.c946 struct ct_data *ct; local
951 ct = (struct ct_data *)xprt->xp_p2;
952 if (ct == NULL) {
956 mtx_lock(&ct->ct_lock);
960 mtx_unlock(&ct->ct_lock);
965 mtx_unlock(&ct->ct_lock);
1066 struct ct_data *ct; local
1118 ct = (struct ct_data *)xprt->xp_p2;
1119 if (ct != NULL)
1120 error = sosend(ct
[all...]
/freebsd-current/usr.bin/mt/
H A Dmt.c540 const struct compression_types *ct; local
547 for (ct = comp_types; ct->name; ct++)
548 if (ct->comp_number == comp)
551 if (ct->comp_number == 0xf0f0f0f0) {
555 return(ct->name);
561 const struct compression_types *ct; local
564 for (ct = comp_types; ct
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c460 clones_t *ct = kmem_zalloc(sizeof (*ct), KM_SLEEP); local
461 ct->clone_ds = za->za_first_integer;
462 list_insert_tail(clones_list, ct);
499 clones_t *ct; local
508 while ((ct = list_remove_head(&clones_list)) != NULL) {
509 error = check_filesystem(spa, ct->clone_ds, zep,
511 kmem_free(ct, sizeof (*ct));
515 ct
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/algs/modes/
H A Decb.c37 int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct))
35 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
/freebsd-current/kerberos5/lib/libroken/
H A DMakefile31 ct.c \
/freebsd-current/sys/kern/
H A Dsubr_rtc.c179 clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct) argument
184 clock_print_ct(ct, 9);
/freebsd-current/sys/dev/efidev/
H A Defirt.c334 struct efi_cfgtbl *ct; local
344 ct = efi_cfgtbl;
346 if (!bcmp(&ct->ct_uuid, uuid, sizeof(*uuid))) {
347 *ptr = ct->ct_data;
351 ct++;
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c356 struct timeval ct; local
358 if (gettimeofday(&ct, NULL) < 0) {
364 if (ct.tv_usec - bif->last_tc_time.tv_usec < 0) {
365 ct.tv_sec -= 1;
366 ct.tv_usec += 1000000;
369 ct.tv_sec -= bif->last_tc_time.tv_sec;
370 ct.tv_usec -= bif->last_tc_time.tv_usec;
372 *ticks = ct.tv_sec * 100 + ct.tv_usec/10000;
/freebsd-current/sbin/shutdown/
H A Dshutdown.c549 char *ct; local
559 ct = ctime(&shuttime);
560 (void)write(logfd, ct + 11, 5);
/freebsd-current/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_aesni.S128 * const uint32_t pt[4], uint32_t ct[4]);
130 * const uint32_t pt[4], uint32_t ct[4]);
144 * ct is crypto text, and MAX_AES_NR is 14.
159 uint32_t ct[4]) {
160 (void) rk, (void) Nr, (void) pt, (void) ct;
163 aes_decrypt_intel(const uint32_t rk[], int Nr, const uint32_t ct[4],
165 (void) rk, (void) Nr, (void) ct, (void) pt;
571 * const uint32_t pt[4], uint32_t ct[4])
678 * const uint32_t pt[4], uint32_t ct[4])/

Completed in 203 milliseconds

123456789