Home
last modified time | relevance | path

Searched defs:dat (Results 1 – 25 of 69) sorted by relevance

123

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dciphercommon_hw.c16 int ossl_cipher_hw_generic_cbc(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cbc()
29 int ossl_cipher_hw_generic_ecb(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ecb()
48 int ossl_cipher_hw_generic_ofb128(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ofb128()
59 int ossl_cipher_hw_generic_cfb128(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cfb128()
71 int ossl_cipher_hw_generic_cfb8(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cfb8()
83 int ossl_cipher_hw_generic_cfb1(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cfb1()
111 int ossl_cipher_hw_generic_ctr(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ctr()
H A Dcipher_aes_hw.c19 static int cipher_hw_aes_initkey(PROV_CIPHER_CTX *dat, in cipher_hw_aes_initkey()
H A Dcipher_aria_hw.c13 static int cipher_hw_aria_initkey(PROV_CIPHER_CTX *dat, in cipher_hw_aria_initkey()
H A Dcipher_camellia_hw.c20 static int cipher_hw_camellia_initkey(PROV_CIPHER_CTX *dat, in cipher_hw_camellia_initkey()
/netbsd-src/usr.bin/btkey/
H A Dfile.c53 prop_object_t dat; in list_file() local
99 prop_object_t dat; in read_file() local
129 prop_data_t dat; in write_file() local
177 prop_data_t dat; in clear_file() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
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); in camellia_init_key() local
223 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); in camellia_cbc_cipher() local
241 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); in camellia_ecb_cipher() local
255 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); in camellia_ofb_cipher() local
266 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); in camellia_cfb_cipher() local
278 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); in camellia_cfb8_cipher() local
290 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); in camellia_cfb1_cipher() local
329 EVP_CAMELLIA_KEY *dat = EVP_C_DATA(EVP_CAMELLIA_KEY,ctx); in camellia_ctr_cipher() local
H A De_des3.c110 DES_EDE_KEY *dat = data(ctx); in des_ede_cbc_cipher() local
228 DES_EDE_KEY *dat = data(ctx); in des_ede_init_key() local
255 DES_EDE_KEY *dat = data(ctx); in des_ede3_init_key() local
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
H A De_sm4.c79 EVP_SM4_KEY *dat = EVP_C_DATA(EVP_SM4_KEY, ctx); in sm4_ctr_cipher() local
/netbsd-src/sys/arch/hp300/dev/
H A Ddnkbd.c410 int dat, rc, flags; in dnkbd_probe() local
556 dnkbd_input(struct dnkbd_softc *sc, int dat) in dnkbd_input()
667 dnevent_kbd(struct dnkbd_softc *sc, int dat) in dnevent_kbd()
695 dnevent_kbd_internal(struct dnkbd_softc *sc, int dat) in dnevent_kbd_internal()
736 dnevent_mouse(struct dnkbd_softc *sc, uint8_t *dat) in dnevent_mouse()
792 dnkbd_pollout(struct dnkbd_softc *sc, int dat) in dnkbd_pollout()
817 int cnt, rc, dat; in dnkbd_send() local
1074 int dat; in dnkbd_cngetc() local
/netbsd-src/external/bsd/mdocml/dist/
H A Dtbl_data.c45 struct tbl_dat *dat, *pdat; in getdata() local
180 struct tbl_dat *dat; in tbl_cdata() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_db.c111 datum dat, key; in otp_get_internal() local
184 datum dat, key; in otp_put() local
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc59 auto Sqr = [](const double dat) { return dat * dat; }; in __anonbe8df00d0302()
60 auto Sqrt = [](const double dat) { in __anonbe8df00d0402()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dstatistics.cc59 auto Sqr = [](const double dat) { return dat * dat; }; in __anon6a9b19540302()
60 auto Sqrt = [](const double dat) { in __anon6a9b19540402()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_des3.c106 DES_EDE_KEY *dat = data(ctx); in des_ede_cbc_cipher() local
229 DES_EDE_KEY *dat = data(ctx); in des_ede_init_key() local
256 DES_EDE_KEY *dat = data(ctx); in des_ede3_init_key() local
H A De_des.c91 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_cbc_cipher() local
209 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_init_key() local
H A De_sm4.c75 EVP_SM4_KEY *dat = EVP_C_DATA(EVP_SM4_KEY, ctx); in sm4_ctr_cipher() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_prime_random_ex.c36 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat) in mp_prime_random_ex()
/netbsd-src/sys/dev/ic/
H A Dhd44780var.h66 uint8_t dat; member
124 #define hd44780_ir_write(sc, en, dat) \ argument
133 #define hd44780_dr_write(sc, en, dat) \ argument
/netbsd-src/usr.sbin/bthcid/
H A Dconfig.c126 prop_data_t dat; in save_key() local
/netbsd-src/external/bsd/libevent/dist/
H A Darc4random.c112 arc4_addrandom(const unsigned char *dat, int datlen) in arc4_addrandom()
457 arc4random_addrandom(const unsigned char *dat, int datlen) in arc4random_addrandom()
/netbsd-src/sys/arch/powerpc/ibm4xx/dev/
H A Decc_plb.c144 u_long tmp, msr, dat; in ecc_plb_intr() local
/netbsd-src/common/dist/zlib/examples/
H A Dgznorm.c127 unsigned char dat[CHUNK]; in gzip_normalize() local
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgznorm.c127 unsigned char dat[CHUNK]; in gzip_normalize() local
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dgznorm.c127 unsigned char dat[CHUNK]; in gzip_normalize() local

123