/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdfdrivr.h | 41 FT_ULong enc; member
|
/third_party/python/Parser/ |
H A D | peg_api.c | 19 _PyParser_ASTFromFile(FILE *fp, PyObject *filename_ob, const char *enc, in _PyParser_ASTFromFile() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cipher.c | 57 cipher_crypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src, bool enc) cipher_crypt_one() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/ |
H A D | tidss_encoder.c | 75 struct drm_encoder *enc; in tidss_encoder_create() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | libwebpenc_animencoder.c | 36 WebPAnimEncoder *enc; // the main AnimEncoder object member
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/ |
H A D | main.c | 84 int n, enc = 0, result = 0, in main() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.h | 26 unsigned int enc : 1; /* Set to 1 if we are encrypting or 0 otherwise */ member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 60 desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) desx_cbc_init_key() argument
|
H A D | e_rc4.c | 77 rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) rc4_init_key() argument
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | cfb128.c | 25 CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_encrypt() argument 150 cfbr_encrypt_block(const unsigned char *in, unsigned char *out, int nbits, const void *key, unsigned char ivec[16], int enc, block128_f block) cfbr_encrypt_block() argument 186 CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out, size_t bits, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_1_encrypt() argument 202 CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_8_encrypt() argument
|
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | cfb64ede.c | 24 DES_ede3_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec, int *num, int enc) DES_ede3_cfb64_encrypt() argument 91 DES_ede3_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec, int enc) DES_ede3_cfb_encrypt() argument
|
H A D | cfb_enc.c | 30 DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *schedule, DES_cblock *ivec, int enc) DES_cfb_encrypt() argument
|
H A D | pcbc_enc.c | 18 DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, long length, DES_key_schedule *schedule, DES_cblock *ivec, int enc) DES_pcbc_encrypt() argument
|
/third_party/node/deps/openssl/openssl/crypto/cast/ |
H A D | c_enc.c | 83 CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, const CAST_KEY *ks, unsigned char *iv, int enc) CAST_cbc_encrypt() argument
|
/third_party/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 60 desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) desx_cbc_init_key() argument
|
H A D | e_rc4.c | 77 rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) rc4_init_key() argument
|
/third_party/openssl/crypto/des/ |
H A D | pcbc_enc.c | 18 DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, long length, DES_key_schedule *schedule, DES_cblock *ivec, int enc) DES_pcbc_encrypt() argument
|
H A D | cfb64ede.c | 24 DES_ede3_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec, int *num, int enc) DES_ede3_cfb64_encrypt() argument 91 DES_ede3_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec, int enc) DES_ede3_cfb_encrypt() argument
|
H A D | cfb_enc.c | 30 DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *schedule, DES_cblock *ivec, int enc) DES_cfb_encrypt() argument
|
/third_party/openssl/crypto/modes/ |
H A D | cfb128.c | 25 CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_encrypt() argument 150 cfbr_encrypt_block(const unsigned char *in, unsigned char *out, int nbits, const void *key, unsigned char ivec[16], int enc, block128_f block) cfbr_encrypt_block() argument 186 CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out, size_t bits, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_1_encrypt() argument 202 CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_8_encrypt() argument
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.h | 26 unsigned int enc : 1; /* Set to 1 if we are encrypting or 0 otherwise */ member
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
H A D | animencoder_fuzzer.cc | 28 int AddFrame(WebPAnimEncoder** const enc, in AddFrame() argument 123 WebPAnimEncoder* enc = nullptr; LLVMFuzzerTestOneInput() local [all...] |
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | BrotliOutputStreamTest.java | |
/third_party/openssl/crypto/cast/ |
H A D | c_enc.c | 83 CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, const CAST_KEY *ks, unsigned char *iv, int enc) CAST_cbc_encrypt() argument
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aes_xts.c | 78 static int p8_aes_xts_crypt(struct skcipher_request *req, int enc) in p8_aes_xts_crypt() argument
|