/third_party/musl/arch/i386/bits/ |
H A D | io.h | 11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() function
|
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() function
|
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() function
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_open.c | 64 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal() argument
|
H A D | p_seal.c | 80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal() argument
|
/third_party/openssl/crypto/evp/ |
H A D | p_open.c | 64 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal() argument
|
H A D | p_seal.c | 80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal() argument
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_null.c | 40 static int null_read(BIO *b, char *out, int outl) in null_read() argument
|
H A D | bss_sock.c | 103 static int sock_read(BIO *b, char *out, int outl) in sock_read() argument
|
H A D | bf_null.c | 45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() argument
|
/third_party/openssl/crypto/bio/ |
H A D | bss_null.c | 40 static int null_read(BIO *b, char *out, int outl) in null_read() argument
|
H A D | bf_null.c | 45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() argument
|
H A D | bss_sock.c | 103 static int sock_read(BIO *b, char *out, int outl) in sock_read() argument
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genaes.c | 267 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 D | cipher_tdes_wrap.c | 151 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
|
H A D | cipher_aes_siv.c | 115 static int siv_cipher(void *vctx, unsigned char *out, size_t *outl, in siv_cipher() argument 145 static int siv_stream_final(void *vctx, unsigned char *out, size_t *outl, in siv_stream_final() argument
|
H A D | cipher_aes_xts.c | 157 static int aes_xts_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_xts_cipher() argument 192 static int aes_xts_stream_update(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_update() argument 211 static int aes_xts_stream_final(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_final() argument
|
H A D | cipher_chacha20_poly1305.c | 312 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, in chacha20_poly1305_final() argument 285 chacha20_poly1305_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) chacha20_poly1305_cipher() argument
|
H A D | cipher_cts.c | 328 int ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_update() argument 373 int ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_final() argument
|
H A D | cipher_null.c | 65 static int null_cipher(void *vctx, unsigned char *out, size_t *outl, in null_cipher() argument 92 static int null_final(void *vctx, unsigned char *out, size_t *outl, in null_final() argument
|
H A D | ciphercommon_ccm.c | 269 int ossl_ccm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_update() argument 287 int ossl_ccm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_final() argument 304 int ossl_ccm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, in ossl_ccm_cipher() argument
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_wrap.c | 151 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/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_sign.c | 33 int i, inl = 0, outl = 0; in ASN1_sign() local 158 size_t inl = 0, outl = 0, outll = 0; in ASN1_item_sign_ctx() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 145 static int gmac_final(void *vmacctx, unsigned char *out, size_t *outl, in gmac_final() argument
|
H A D | blake2_mac_impl.c | 134 blake2_mac_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) blake2_mac_final() argument
|