Home
last modified time | relevance | path

Searched defs:enc (Results 76 - 100 of 665) sorted by relevance

12345678910>>...27

/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdfdrivr.h41 FT_ULong enc; member
/third_party/python/Parser/
H A Dpeg_api.c19 _PyParser_ASTFromFile(FILE *fp, PyObject *filename_ob, const char *enc, in _PyParser_ASTFromFile() argument
/kernel/linux/linux-5.10/crypto/
H A Dcipher.c57 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 Dtidss_encoder.c75 struct drm_encoder *enc; in tidss_encoder_create() local
/third_party/ffmpeg/libavcodec/
H A Dlibwebpenc_animencoder.c36 WebPAnimEncoder *enc; // the main AnimEncoder object member
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/
H A Dmain.c84 int n, enc = 0, result = 0, in main() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h26 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 De_xcbc_d.c60 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 De_rc4.c77 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 Dcfb128.c25 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 Dcfb64ede.c24 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 Dcfb_enc.c30 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 Dpcbc_enc.c18 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 Dc_enc.c83 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 De_xcbc_d.c60 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 De_rc4.c77 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 Dpcbc_enc.c18 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 Dcfb64ede.c24 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 Dcfb_enc.c30 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 Dcfb128.c25 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 Dcipher_aes_siv.h26 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 Danimencoder_fuzzer.cc28 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 DBrotliOutputStreamTest.java
/third_party/openssl/crypto/cast/
H A Dc_enc.c83 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 Daes_xts.c78 static int p8_aes_xts_crypt(struct skcipher_request *req, int enc) in p8_aes_xts_crypt() argument

Completed in 7 milliseconds

12345678910>>...27