Home
last modified time | relevance | path

Searched defs:inl (Results 1 - 25 of 135) sorted by relevance

123456

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dphi-count00.c1 inline int inl(int d, int e, int f) in inl() function
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dsizeof-function.c4 static inline int inl(int *a) in inl() function
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
H A Dfunction-pointer.c5 inline struct s *inl(struct s *p) in inl() function
/third_party/musl/arch/i386/bits/
H A Dio.h30 static __inline unsigned int inl(unsigned short __port) in inl() function
/third_party/musl/arch/x86_64/bits/
H A Dio.h30 static __inline unsigned int inl(unsigned short __port) in inl() function
/third_party/musl/arch/x32/bits/
H A Dio.h30 static __inline unsigned int inl(unsigned short __port) in inl() function
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_hw.c41 chacha20_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, const unsigned char *in, size_t inl) chacha20_cipher() argument
H A Dcipher_desx_hw.c50 cipher_hw_desx_cbc(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) cipher_hw_desx_cbc() argument
H A Dcipher_tdes_default_hw.c48 ossl_cipher_hw_tdes_ofb(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_tdes_ofb() argument
69 ossl_cipher_hw_tdes_cfb(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_tdes_cfb() argument
97 ossl_cipher_hw_tdes_cfb1(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_tdes_cfb1() argument
118 ossl_cipher_hw_tdes_cfb8(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_tdes_cfb8() argument
[all...]
H A Dcipher_tdes_hw.c58 ossl_cipher_hw_tdes_cbc(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_tdes_cbc() argument
H A Dciphercommon_hw.c132 ossl_cipher_hw_chunked_cbc(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_chunked_cbc() argument
146 ossl_cipher_hw_chunked_cfb8(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_chunked_cfb8() argument
164 ossl_cipher_hw_chunked_cfb128(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_chunked_cfb128() argument
182 ossl_cipher_hw_chunked_ofb128(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_chunked_ofb128() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_idea.c41 idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) idea_ecb_cipher() argument
H A De_null.c45 null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) null_cipher() argument
H A De_xcbc_d.c72 desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) desx_cbc_cipher() argument
H A De_rc4.c88 rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) rc4_cipher() argument
/third_party/openssl/crypto/evp/
H A De_idea.c41 idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) idea_ecb_cipher() argument
H A De_null.c45 null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) null_cipher() argument
H A De_xcbc_d.c72 desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) desx_cbc_cipher() argument
H A De_rc4.c88 rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) rc4_cipher() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_hw.c41 chacha20_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, const unsigned char *in, size_t inl) chacha20_cipher() argument
H A Dciphercommon_hw.c132 ossl_cipher_hw_chunked_cbc(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_chunked_cbc() argument
146 ossl_cipher_hw_chunked_cfb8(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_chunked_cfb8() argument
164 ossl_cipher_hw_chunked_cfb128(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_chunked_cfb128() argument
182 ossl_cipher_hw_chunked_ofb128(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) ossl_cipher_hw_chunked_ofb128() argument
[all...]
H A Dcipher_desx_hw.c50 cipher_hw_desx_cbc(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) cipher_hw_desx_cbc() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_digest.c31 int inl; in ASN1_digest() local
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_null.c45 static int null_write(BIO *b, const char *in, int inl) in null_write() argument
/third_party/openssl/crypto/asn1/
H A Da_digest.c31 int inl; in ASN1_digest() local

Completed in 7 milliseconds

123456