| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_chacha20_poly1305_hw.c | 267 chacha20_poly1305_aead_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, size_t *outl, const unsigned char *in, size_t inl) chacha20_poly1305_aead_cipher() argument
|
| H A D | cipher_aes_ocb.c | 231 static int aes_ocb_block_update(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_block_update() argument 262 static int aes_ocb_block_final(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_block_final() argument 497 static int aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_cipher() argument 159 aes_ocb_block_update_internal(PROV_AES_OCB_CTX *ctx, unsigned char *buf, size_t *bufsz, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl, OSSL_ocb_cipher_fn ciph) aes_ocb_block_update_internal() argument [all...] |
| /third_party/openssl/crypto/bio/ |
| H A D | bss_mem.c | 191 static int mem_read(BIO *b, char *out, int outl) in mem_read() argument
|
| /base/security/dlp_permission_service/frameworks/test/mock/ |
| H A D | openssl_mock.cpp | 217 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) in EVP_EncryptUpdate() argument 231 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex() argument 245 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) in EVP_DecryptUpdate() argument 259 EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl) EVP_DecryptFinal_ex() argument [all...] |
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| H A D | io.h | 255 #define outl(v,p) ({ __iowmb(); __raw_writel((__force __u32) \ macro
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| H A D | io.h | 236 static inline void outl(u32 data, unsigned long port) in outl() function
|
| /kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 282 #define outl outl macro 283 static inline void outl(u32 value, u32 addr) in outl() function
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| H A D | io.h | 256 #define outl eisa_out32 macro 278 #define outl(x, y) BUG() macro
|
| /kernel/linux/linux-5.10/arch/alpha/kernel/ |
| H A D | io.c | 94 void outl(u32 b, unsigned long port) in outl() function 104 EXPORT_SYMBOL(outl); variable
|
| /kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
| H A D | io.h | 238 static inline void outl(u32 data, unsigned long port) in outl() function
|
| /kernel/linux/linux-6.6/arch/alpha/kernel/ |
| H A D | io.c | 111 void outl(u32 b, unsigned long port) in outl() function 121 EXPORT_SYMBOL(outl); variable
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| H A D | io.h | 238 #define outl(v,p) ({ __iowmb(); __raw_writel((__force __u32) \ macro
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| H A D | io.h | 175 #define outl outl macro 182 #define outl eisa_out32 macro 206 #define outl(x, y) ({(void)(x); (void)(y); BUG(); 0;}) macro
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_ocb.c | 231 static int aes_ocb_block_update(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_block_update() argument 262 static int aes_ocb_block_final(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_block_final() argument 500 static int aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_cipher() argument 159 aes_ocb_block_update_internal(PROV_AES_OCB_CTX *ctx, unsigned char *buf, size_t *bufsz, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl, OSSL_ocb_cipher_fn ciph) aes_ocb_block_update_internal() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
| H A D | kmac_prov.c | 333 static int kmac_final(void *vmacctx, unsigned char *out, size_t *outl, in kmac_final() argument
|
| /third_party/node/deps/openssl/openssl/crypto/srp/ |
| H A D | srp_vfy.c | 47 int outl = 0, outl2 = 0; in t_fromb64() local 136 int outl = 0, outl2 = 0; t_tob64() local 166 EVP_EncodeFinal(ctx, (unsigned char *)dst + outl, &outl2); t_tob64() local [all...] |
| /third_party/openssl/crypto/srp/ |
| H A D | srp_vfy.c | 47 int outl = 0, outl2 = 0; in t_fromb64() local 136 int outl = 0, outl2 = 0; t_tob64() local 166 EVP_EncodeFinal(ctx, (unsigned char *)dst + outl, &outl2); t_tob64() local [all...] |
| /third_party/openssl/providers/implementations/macs/ |
| H A D | kmac_prov.c | 333 static int kmac_final(void *vmacctx, unsigned char *out, size_t *outl, in kmac_final() argument
|
| /third_party/openssl/test/ |
| H A D | asynciotest.c | 89 static int async_read(BIO *bio, char *out, int outl) in async_read() argument
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | cipher_ctx.rs | 699 let mut outl = 0; in cipher_final_unchecked() variables
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | io.h | 350 #define outl outl macro
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| H A D | io_64.h | 225 #define outl outl macro 226 static inline void outl(u32 l, unsigned long addr) in outl() function
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| H A D | io.h | 382 extern inline void outl(u32 b, unsigned long port) in outl() function
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| H A D | io_mm.h | 324 #define outl isa_outl macro 356 #define outl isa_outl macro
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| H A D | io.h | 253 #define outl(x, addr) outl((x), (addr)) macro
|