Home
last modified time | relevance | path

Searched defs:dat (Results 1 - 25 of 55) sorted by relevance

123

/third_party/icu/icu4c/source/test/cintltst/
H A Dcformtst.c73 UChar* myDateFormat(UDateFormat* dat, UDate d1) in myDateFormat() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw.c19 static int cipher_hw_aes_initkey(PROV_CIPHER_CTX *dat, in cipher_hw_aes_initkey() argument
[all...]
H A Dcipher_aria_hw.c13 static int cipher_hw_aria_initkey(PROV_CIPHER_CTX *dat, in cipher_hw_aria_initkey() argument
H A Dcipher_camellia_hw.c20 static int cipher_hw_camellia_initkey(PROV_CIPHER_CTX *dat, in cipher_hw_camellia_initkey() argument
H A Dciphercommon_hw.c16 int ossl_cipher_hw_generic_cbc(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cbc() argument
29 ossl_cipher_hw_generic_ecb(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_ecb() argument
48 ossl_cipher_hw_generic_ofb128(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_ofb128() argument
59 ossl_cipher_hw_generic_cfb128(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_cfb128() argument
71 ossl_cipher_hw_generic_cfb8(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_cfb8() argument
83 ossl_cipher_hw_generic_cfb1(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_cfb1() argument
111 ossl_cipher_hw_generic_ctr(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_ctr() argument
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw.c19 static int cipher_hw_aes_initkey(PROV_CIPHER_CTX *dat, in cipher_hw_aes_initkey() argument
[all...]
H A Dcipher_camellia_hw.c20 static int cipher_hw_camellia_initkey(PROV_CIPHER_CTX *dat, in cipher_hw_camellia_initkey() argument
H A Dcipher_aria_hw.c13 static int cipher_hw_aria_initkey(PROV_CIPHER_CTX *dat, in cipher_hw_aria_initkey() argument
H A Dciphercommon_hw.c16 int ossl_cipher_hw_generic_cbc(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cbc() argument
29 ossl_cipher_hw_generic_ecb(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_ecb() argument
48 ossl_cipher_hw_generic_ofb128(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_ofb128() argument
59 ossl_cipher_hw_generic_cfb128(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_cfb128() argument
71 ossl_cipher_hw_generic_cfb8(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_cfb8() argument
83 ossl_cipher_hw_generic_cfb1(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_cfb1() argument
111 ossl_cipher_hw_generic_ctr(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len) ossl_cipher_hw_generic_ctr() argument
[all...]
/third_party/skia/experimental/sktext/editor/
H A DApp.cpp60 sk_app::Application* sk_app::Application::Create(int argc, char** argv, void* dat) { in Create() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_sm4.c79 EVP_SM4_KEY *dat = EVP_C_DATA(EVP_SM4_KEY, ctx); in sm4_ctr_cipher() local
H A De_camellia.c55 EVP_CAMELLIA_KEY *dat = in cmll_t4_init_key() local
196 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_init_key() local
223 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_cbc_cipher() local
241 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_ecb_cipher() local
255 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_ofb_cipher() local
266 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_cfb_cipher() local
278 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_cfb8_cipher() local
290 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_cfb1_cipher() local
329 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_ctr_cipher() local
[all...]
H A De_des.c96 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_cbc_cipher() local
213 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_init_key() local
/third_party/openssl/crypto/evp/
H A De_sm4.c79 EVP_SM4_KEY *dat = EVP_C_DATA(EVP_SM4_KEY, ctx); in sm4_ctr_cipher() local
H A De_camellia.c55 EVP_CAMELLIA_KEY *dat = in cmll_t4_init_key() local
196 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_init_key() local
223 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_cbc_cipher() local
241 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_ecb_cipher() local
255 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_ofb_cipher() local
266 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_cfb_cipher() local
278 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_cfb8_cipher() local
290 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_cfb1_cipher() local
329 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); camellia_ctr_cipher() local
[all...]
H A De_des.c96 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_cbc_cipher() local
213 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_init_key() local
/third_party/skia/samplecode/
H A DSampleCusp.cpp73 } dat[] = { variable
[all...]
/third_party/FreeBSD/lib/libc/gen/
H A Darc4random.c180 _rs_rekey(u_char *dat, size_t datlen) in _rs_rekey() argument
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_tsc.c134 stats_container_t dat; in signal_thread() local
H A Dasync_handler.c118 stats_container_t dat; in signal_thread() local
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
H A Dperiodic_cpu_load_single.c88 stats_container_t dat; in periodic_thread() local
/third_party/ltp/testcases/realtime/func/sched_jitter/
H A Dsched_jitter.c122 stats_container_t dat; in thread_worker() local
/third_party/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_latency.c233 stats_container_t dat; in main() local
[all...]
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H A Dhrtimer-prio.c61 static stats_container_t dat; variable
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
H A Dpthread_kill_latency.c119 stats_container_t dat; in signal_receiving_thread() local
[all...]

Completed in 9 milliseconds

123