Home
last modified time | relevance | path

Searched defs:ctr (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/openssl/providers/implementations/rands/
Ddrbg_ctr.c58 static void inc_128(PROV_DRBG_CTR *ctr) in inc_128()
71 static void ctr_XOR(PROV_DRBG_CTR *ctr, const unsigned char *in, size_t inlen) in ctr_XOR()
100 __owur static int ctr_BCC_block(PROV_DRBG_CTR *ctr, unsigned char *out, in ctr_BCC_block()
118 __owur static int ctr_BCC_blocks(PROV_DRBG_CTR *ctr, const unsigned char *in) in ctr_BCC_blocks()
136 __owur static int ctr_BCC_init(PROV_DRBG_CTR *ctr) in ctr_BCC_init()
151 __owur static int ctr_BCC_update(PROV_DRBG_CTR *ctr, in ctr_BCC_update()
186 __owur static int ctr_BCC_final(PROV_DRBG_CTR *ctr) in ctr_BCC_final()
196 __owur static int ctr_df(PROV_DRBG_CTR *ctr, in ctr_df()
264 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in ctr_update() local
310 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in drbg_ctr_instantiate() local
[all …]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg_ctr.c58 static void inc_128(PROV_DRBG_CTR *ctr) in inc_128()
71 static void ctr_XOR(PROV_DRBG_CTR *ctr, const unsigned char *in, size_t inlen) in ctr_XOR()
100 __owur static int ctr_BCC_block(PROV_DRBG_CTR *ctr, unsigned char *out, in ctr_BCC_block()
118 __owur static int ctr_BCC_blocks(PROV_DRBG_CTR *ctr, const unsigned char *in) in ctr_BCC_blocks()
136 __owur static int ctr_BCC_init(PROV_DRBG_CTR *ctr) in ctr_BCC_init()
151 __owur static int ctr_BCC_update(PROV_DRBG_CTR *ctr, in ctr_BCC_update()
186 __owur static int ctr_BCC_final(PROV_DRBG_CTR *ctr) in ctr_BCC_final()
196 __owur static int ctr_df(PROV_DRBG_CTR *ctr, in ctr_df()
264 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in ctr_update() local
310 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in drbg_ctr_instantiate() local
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Djidctint.c185 int ctr; variable
438 int ctr; in jpeg_idct_7x7() local
587 int ctr; in jpeg_idct_6x6() local
708 int ctr; in jpeg_idct_5x5() local
822 int ctr; in jpeg_idct_3x3() local
913 int ctr; in jpeg_idct_9x9() local
1085 int ctr; in jpeg_idct_10x10() local
1280 int ctr; in jpeg_idct_11x11() local
1474 int ctr; in jpeg_idct_12x12() local
1690 int ctr; in jpeg_idct_13x13() local
[all …]
Djidctred.c132 int ctr; variable
289 int ctr; in jpeg_idct_2x2() local
Djfdctflt.c66 int ctr; variable
Djidctflt.c84 int ctr; variable
Djfdctfst.c123 int ctr; variable
/third_party/libdrm/nouveau/nvif/
Dif0003.h13 } ctr[4]; member
29 __u32 ctr[4]; member
/third_party/ffmpeg/libavcodec/
Djfdctfst.c149 int ctr; variable
213 int ctr; in ff_fdct_ifast() local
279 int ctr; in ff_fdct_ifast248() local
Djfdctint_template.c188 int ctr; in FUNC() local
266 int ctr; in FUNC() local
348 int ctr; in FUNC() local
/third_party/typescript/src/services/codefixes/
DfixConstructorForDerivedNeedSuperCall.ts9 const ctr = getNode(sourceFile, span.start); constant
/third_party/mesa3d/src/panfrost/perf/
Dquick.c38 const struct panfrost_perf_counter *ctr = &cat->counters[j]; in main() local
/third_party/lzma/CPP/7zip/Crypto/
DMyAes.cpp101 const Byte *ctr = (Byte *)(Aes() + AES_NUM_IVMRK_WORDS); in Z7_COM7F_IMF2() local
135 Byte *ctr = (Byte *)(Aes() + AES_NUM_IVMRK_WORDS); in Z7_COM7F_IMF2() local
/third_party/selinux/libselinux/src/
Dis_customizable_type.c19 unsigned int ctr = 0, i; in customizable_init() local
/third_party/libfuse/lib/
Dfuse_i.h17 int ctr; member
72 int ctr; member
88 int ctr; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw_sm.h8 uint8_t ctr[4]; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dpspdecryptionparam.h42 uint32_t ctr : 1; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c36 uint64_t ctr[16]; member
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c213 select_counter(struct counter_group *group, int ctr, int n) in select_counter()
297 resample_counter(struct counter_group *group, int ctr) in resample_counter()
433 redraw_counter(WINDOW *win, int row, struct counter_group *group, int ctr, in redraw_counter()
513 current_counter(int *ctr) in current_counter()
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_siv.h30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_siv.h30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_pwd_common.c50 u16 i, ctr, L; in eap_pwd_kdf() local
133 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; in compute_password_element() local
/third_party/openssl/crypto/modes/
Dsiv128.c144 EVP_CIPHER *cbc, EVP_CIPHER *ctr, in ossl_siv128_new()
164 const EVP_CIPHER *cbc, const EVP_CIPHER *ctr, in ossl_siv128_init()
/third_party/node/deps/openssl/openssl/crypto/modes/
Dsiv128.c144 EVP_CIPHER *cbc, EVP_CIPHER *ctr, in ossl_siv128_new()
164 const EVP_CIPHER *cbc, const EVP_CIPHER *ctr, in ossl_siv128_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_pwd_common.c50 u16 i, ctr, L; in eap_pwd_kdf() local
133 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; in compute_password_element() local

1234