Home
last modified time | relevance | path

Searched defs:outl (Results 1 - 25 of 160) sorted by relevance

1234567

/kernel/linux/linux-6.6/arch/x86/include/asm/shared/
H A Dio.h32 #define outl __outl macro
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dio.h12 #undef outl macro
/third_party/musl/arch/i386/bits/
H A Dio.h11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() function
/third_party/musl/arch/x86_64/bits/
H A Dio.h11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() function
/third_party/musl/arch/x32/bits/
H A Dio.h11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() function
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_open.c64 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal() argument
H A Dp_seal.c80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal() argument
/third_party/openssl/crypto/evp/
H A Dp_open.c64 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal() argument
H A Dp_seal.c80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal() argument
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/
H A Dio-s3c24xx.h34 #define outl(v,p) writel((v), S3C24XX_VA_ISA_WORD + (p)) macro
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_null.c40 static int null_read(BIO *b, char *out, int outl) in null_read() argument
H A Dbss_sock.c103 static int sock_read(BIO *b, char *out, int outl) in sock_read() argument
H A Dbf_null.c45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() argument
/third_party/openssl/crypto/bio/
H A Dbss_null.c40 static int null_read(BIO *b, char *out, int outl) in null_read() argument
H A Dbf_null.c45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() argument
H A Dbss_sock.c103 static int sock_read(BIO *b, char *out, int outl) in sock_read() argument
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/
H A Dio.h49 #define outl(v,p) __outl(v,p) macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dio_noioport.h33 static inline void outl(unsigned int x, unsigned long port) in outl() function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dio_noioport.h33 static inline void outl(unsigned int x, unsigned long port) in outl() function
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genaes.c267 int outl = sizeof(buf), n = 0; in lws_genaes_destroy() local
321 int n = 0, outl, olen; in lws_genaes_crypt() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c151 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl, in tdes_wrap_update() argument
127 tdes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) tdes_wrap_cipher() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c151 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl, in tdes_wrap_update() argument
127 tdes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) tdes_wrap_cipher() argument
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dio.h61 #define outl(v,c) ({ __io_pbw(); writel_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) macro
/kernel/linux/linux-5.10/include/linux/
H A Dlogic_pio.h78 #define outl logic_outl macro
/kernel/linux/linux-6.6/include/linux/
H A Dlogic_pio.h78 #define outl logic_outl macro

Completed in 13 milliseconds

1234567