HomeSort by: relevance | last modified time | path
    Searched defs:ctr (Results 1 - 25 of 224) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/crypto/external/bsd/openssh/dist/
cipher-aesctr.h 29 u8 ctr[AES_BLOCK_SIZE]; /* counter */ member in struct:aesctr_ctx
cipher-aesctr.h 29 u8 ctr[AES_BLOCK_SIZE]; /* counter */ member in struct:aesctr_ctx
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_camellia.c 32 ctr128_f ctr; member in union:__anon2032::__anon2033
112 dat->stream.ctr = (ctr128_f) cmll128_t4_ctr32_encrypt;
121 dat->stream.ctr = (ctr128_f) cmll256_t4_ctr32_encrypt;
210 BLOCK_CIPHER_generic(nid, keylen, 1, 16, ctr, ctr, CTR, flags)
349 if (dat->stream.ctr)
353 dat->stream.ctr);
e_camellia.c 32 ctr128_f ctr; member in union:__anon2032::__anon2033
112 dat->stream.ctr = (ctr128_f) cmll128_t4_ctr32_encrypt;
121 dat->stream.ctr = (ctr128_f) cmll256_t4_ctr32_encrypt;
210 BLOCK_CIPHER_generic(nid, keylen, 1, 16, ctr, ctr, CTR, flags)
349 if (dat->stream.ctr)
353 dat->stream.ctr);
  /src/sys/arch/mips/alchemy/
au_timer.c 75 uint32_t ctl, ctr, octr; local
95 ctr = bus_space_read_4(st, sh, PC_COUNTER_READ_1);
98 } while (ctr == octr);
102 ctr = bus_space_read_4(st, sh, PC_COUNTER_READ_1);
103 } while (ctr == octr); // while (ctr <= octr + 1);
au_timer.c 75 uint32_t ctl, ctr, octr; local
95 ctr = bus_space_read_4(st, sh, PC_COUNTER_READ_1);
98 } while (ctr == octr);
102 ctr = bus_space_read_4(st, sh, PC_COUNTER_READ_1);
103 } while (ctr == octr); // while (ctr <= octr + 1);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecdh_kdf.c 28 unsigned char ctr[4]; local
40 ctr[3] = i & 0xFF;
41 ctr[2] = (i >> 8) & 0xFF;
42 ctr[1] = (i >> 16) & 0xFF;
43 ctr[0] = (i >> 24) & 0xFF;
46 if (!EVP_DigestUpdate(mctx, ctr, sizeof(ctr)))
ecdh_kdf.c 28 unsigned char ctr[4]; local
40 ctr[3] = i & 0xFF;
41 ctr[2] = (i >> 8) & 0xFF;
42 ctr[1] = (i >> 16) & 0xFF;
43 ctr[0] = (i >> 24) & 0xFF;
46 if (!EVP_DigestUpdate(mctx, ctr, sizeof(ctr)))
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
urcu-mb.h 51 * Helper for _urcu_mb_read_lock(). The format of urcu_mb_gp.ctr (as well as
52 * the per-thread rcu_reader.ctr) has the lower-order bits containing a count of
60 _CMM_STORE_SHARED(URCU_TLS(urcu_mb_reader).ctr, _CMM_LOAD_SHARED(urcu_mb_gp.ctr));
63 _CMM_STORE_SHARED(URCU_TLS(urcu_mb_reader).ctr, tmp + URCU_GP_COUNT);
82 tmp = URCU_TLS(urcu_mb_reader).ctr;
91 * seen to precede the store to rcu_reader.ctr.
92 * The second cmm_smp_mb() call ensures that we write to rcu_reader.ctr
97 unsigned long *ctr = &URCU_TLS(urcu_mb_reader).ctr; local
    [all...]
urcu-mb.h 51 * Helper for _urcu_mb_read_lock(). The format of urcu_mb_gp.ctr (as well as
52 * the per-thread rcu_reader.ctr) has the lower-order bits containing a count of
60 _CMM_STORE_SHARED(URCU_TLS(urcu_mb_reader).ctr, _CMM_LOAD_SHARED(urcu_mb_gp.ctr));
63 _CMM_STORE_SHARED(URCU_TLS(urcu_mb_reader).ctr, tmp + URCU_GP_COUNT);
82 tmp = URCU_TLS(urcu_mb_reader).ctr;
91 * seen to precede the store to rcu_reader.ctr.
92 * The second cmm_smp_mb() call ensures that we write to rcu_reader.ctr
97 unsigned long *ctr = &URCU_TLS(urcu_mb_reader).ctr; local
    [all...]
urcu-memb.h 75 * Helper for _rcu_read_lock(). The format of urcu_memb_gp.ctr (as well as
76 * the per-thread rcu_reader.ctr) has the lower-order bits containing a count of
83 unsigned long *ctr = &URCU_TLS(urcu_memb_reader).ctr; local
86 unsigned long *pgctr = &urcu_memb_gp.ctr;
91 uatomic_store(ctr, gctr, CMM_RELAXED);
95 uatomic_store(ctr, tmp + URCU_GP_COUNT, CMM_RELAXED);
115 tmp = URCU_TLS(urcu_memb_reader).ctr;
124 * seen to precede the store to rcu_reader.ctr.
125 * The second smp_mb_slave() call ensures that we write to rcu_reader.ctr
130 unsigned long *ctr = &URCU_TLS(urcu_memb_reader).ctr; local
    [all...]
urcu-memb.h 75 * Helper for _rcu_read_lock(). The format of urcu_memb_gp.ctr (as well as
76 * the per-thread rcu_reader.ctr) has the lower-order bits containing a count of
83 unsigned long *ctr = &URCU_TLS(urcu_memb_reader).ctr; local
86 unsigned long *pgctr = &urcu_memb_gp.ctr;
91 uatomic_store(ctr, gctr, CMM_RELAXED);
95 uatomic_store(ctr, tmp + URCU_GP_COUNT, CMM_RELAXED);
115 tmp = URCU_TLS(urcu_memb_reader).ctr;
124 * seen to precede the store to rcu_reader.ctr.
125 * The second smp_mb_slave() call ensures that we write to rcu_reader.ctr
130 unsigned long *ctr = &URCU_TLS(urcu_memb_reader).ctr; local
    [all...]
urcu-common.h 61 unsigned long ctr; member in struct:urcu_gp
68 unsigned long ctr; member in struct:urcu_reader
95 unsigned long *ctr,
104 v = uatomic_load(ctr, CMM_RELAXED);
105 cmm_annotate_group_mem_acquire(group, ctr);
109 if (!((v ^ gp->ctr) & URCU_GP_CTR_PHASE))
urcu-common.h 61 unsigned long ctr; member in struct:urcu_gp
68 unsigned long ctr; member in struct:urcu_reader
95 unsigned long *ctr,
104 v = uatomic_load(ctr, CMM_RELAXED);
105 cmm_annotate_group_mem_acquire(group, ctr);
109 if (!((v ^ gp->ctr) & URCU_GP_CTR_PHASE))
  /src/sys/arch/powerpc/include/
reg.h 56 __register_t ctr; /* Count Register */ member in struct:reg
reg.h 56 __register_t ctr; /* Count Register */ member in struct:reg
  /src/sys/arch/powerpc/powerpc/
fixup.c 116 register_t ctr = 0; local
145 ctr = fixreg[rs];
204 if (ctr == 0) {
209 fixup.jfi_real = fixup_addr2offset(ctr);
fixup.c 116 register_t ctr = 0; local
145 ctr = fixreg[rs];
204 if (ctr == 0) {
209 fixup.jfi_real = fixup_addr2offset(ctr);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
if0003.h 16 } ctr[4]; member in struct:nvif_perfdom_v0
32 __u32 ctr[4]; member in struct:nvif_perfdom_read_v0
if0003.h 16 } ctr[4]; member in struct:nvif_perfdom_v0
32 __u32 ctr[4]; member in struct:nvif_perfdom_read_v0
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_siv.h 30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member in struct:prov_siv_ctx_st
cipher_aes_siv.h 30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member in struct:prov_siv_ctx_st
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_siv.h 30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member in struct:prov_siv_ctx_st
cipher_aes_siv.h 30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member in struct:prov_siv_ctx_st
  /src/sys/arch/sandpoint/stand/altboot/
exception.c 42 uint32_t cr, xer, lr, ctr; member in struct:cpu_state
89 " CR=%08x XER=%08x LR=%08x CTR=%08x\n"
93 st->cr, st->xer, st->lr, st->ctr,

Completed in 100 milliseconds

1 2 3 4 5 6 7 8 9