Home
last modified time | relevance | path

Searched defs:enc (Results 576 - 600 of 693) sorted by relevance

1...<<2122232425262728

/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c1926 static int test_aead_vec_cfg(const char *driver, int enc, in test_aead_vec_cfg() argument
2109 test_aead_vec(const char *driver, int enc, const struct aead_testvec *vec, unsigned int vec_num, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_vec() argument
2540 test_aead(const char *driver, int enc, const struct aead_test_suite *suite, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead() argument
2611 test_cipher(struct crypto_cipher *tfm, int enc, const struct cipher_testvec *template, unsigned int tcount) test_cipher() argument
2698 test_skcipher_vec_cfg(const char *driver, int enc, const struct cipher_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec_cfg() argument
2862 test_skcipher_vec(const char *driver, int enc, const struct cipher_testvec *vec, unsigned int vec_num, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec() argument
3111 test_skcipher(const char *driver, int enc, const struct cipher_test_suite *suite, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Damiflop.c1249 register unsigned char *enc, b2, b1; in dos_encode_byte() local
/kernel/linux/linux-5.10/drivers/crypto/
H A Datmel-aes.c1515 bool enc = atmel_aes_is_encrypt(dd); in atmel_aes_gcm_process() local
1666 bool enc = atmel_aes_is_encrypt(dd); in atmel_aes_gcm_finalize() local
1960 bool enc = atmel_aes_is_encrypt(dd); in atmel_aes_authenc_transfer() local
2016 bool enc = atmel_aes_is_encrypt(dd); in atmel_aes_authenc_final() local
2129 bool enc in atmel_aes_authenc_crypt() local
[all...]
H A Dsa2ul.c91 bool enc; member
175 u8 enc; member
213 bool enc; member
477 sa_set_sc_enc(struct algo_data *ad, const u8 *key, u16 key_sz, u8 enc, u8 *sc_buf) sa_set_sc_enc() argument
694 sa_init_sc(struct sa_ctx_info *ctx, const u8 *enc_key, u16 enc_key_sz, const u8 *auth_key, u16 auth_key_sz, struct algo_data *ad, u8 enc, u32 *swinfo) sa_init_sc() argument
1271 sa_cipher_run(struct skcipher_request *req, u8 *iv, int enc) sa_cipher_run() argument
1888 sa_aead_run(struct aead_request *req, u8 *iv, int enc) sa_aead_run() argument
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.c1282 struct smp_cmd_encrypt_info enc; in smp_distribute_keys() local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c413 struct stream_encoder *enc = pool->stream_enc[i]; in dcn10_log_hw_state() local
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
H A Dltdc.c277 static inline struct ltdc_device *encoder_to_ltdc(struct drm_encoder *enc) in encoder_to_ltdc() argument
/kernel/linux/linux-6.6/drivers/block/
H A Damiflop.c1249 register unsigned char *enc, b2, b1; in dos_encode_byte() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c425 struct stream_encoder *enc = pool->stream_enc[i]; in dcn10_log_hw_state() local
/kernel/linux/linux-6.6/drivers/crypto/
H A Datmel-aes.c1073 static int atmel_aes_xts_fallback(struct skcipher_request *req, bool enc) in atmel_aes_xts_fallback() argument
1546 bool enc = atmel_aes_is_encrypt(dd); in atmel_aes_gcm_process() local
1697 bool enc = atmel_aes_is_encrypt(dd); in atmel_aes_gcm_finalize() local
2017 bool enc = atmel_aes_is_encrypt(dd); in atmel_aes_authenc_transfer() local
2073 bool enc = atmel_aes_is_encrypt(dd); in atmel_aes_authenc_final() local
2192 bool enc = (mode & AES_FLAGS_ENCRYPT); atmel_aes_authenc_crypt() local
[all...]
H A Dsa2ul.c111 bool enc; member
195 u8 enc; member
233 bool enc; member
503 sa_set_sc_enc(struct algo_data *ad, const u8 *key, u16 key_sz, u8 enc, u8 *sc_buf) sa_set_sc_enc() argument
716 sa_init_sc(struct sa_ctx_info *ctx, const struct sa_match_data *match_data, const u8 *enc_key, u16 enc_key_sz, const u8 *auth_key, u16 auth_key_sz, struct algo_data *ad, u8 enc, u32 *swinfo) sa_init_sc() argument
1297 sa_cipher_run(struct skcipher_request *req, u8 *iv, int enc) sa_cipher_run() argument
1909 sa_aead_run(struct aead_request *req, u8 *iv, int enc) sa_aead_run() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dcore.h457 struct venc_controls enc; member
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c2029 static int test_aead_vec_cfg(int enc, const struct aead_testvec *vec, in test_aead_vec_cfg() argument
2213 test_aead_vec(int enc, const struct aead_testvec *vec, unsigned int vec_num, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_vec() argument
2651 test_aead(int enc, const struct aead_test_suite *suite, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead() argument
2721 test_cipher(struct crypto_cipher *tfm, int enc, const struct cipher_testvec *template, unsigned int tcount) test_cipher() argument
2808 test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec_cfg() argument
2972 test_skcipher_vec(int enc, const struct cipher_testvec *vec, unsigned int vec_num, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec() argument
3228 test_skcipher(int enc, const struct cipher_test_suite *suite, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h437 struct dpu_dsc_blk enc; member
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.c1288 struct smp_cmd_encrypt_info enc; in smp_distribute_keys() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c1004 unsigned enc; in encode_deref_modes() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c702 EVP_CIPHER_CTX *enc; member
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp1854 auto *enc = GetEncoder(); in CreatePreWRB() local
2017 auto *enc = GetEncoder(); CheckObject() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c6715 u32 enc, se_id, sh_id, cu_id; in gfx_v8_0_parse_sq_irq() local
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c4255 smb2_get_enc_key(struct TCP_Server_Info *server, __u64 ses_id, int enc, u8 *key) in smb2_get_enc_key() argument
4284 crypt_message(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst, int enc) crypt_message() argument
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c4319 smb2_get_enc_key(struct TCP_Server_Info *server, __u64 ses_id, int enc, u8 *key) in smb2_get_enc_key() argument
4354 crypt_message(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst, int enc) crypt_message() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c6688 u32 enc, se_id, sh_id, cu_id; in gfx_v8_0_parse_sq_irq() local
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/
H A Dltdc.c494 static inline struct ltdc_device *encoder_to_ltdc(struct drm_encoder *enc) in encoder_to_ltdc() argument
664 enum drm_color_encoding enc = state->color_encoding; in ltdc_set_ycbcr_coeffs() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c768 AVCodecContext *enc = ost->enc_ctx; in adjust_frame_pts_to_encoder_tb() local
841 AVCodecContext *enc = ost->enc_ctx; update_video_stats() local
894 AVCodecContext *enc = ost->enc_ctx; encode_frame() local
1000 AVCodecContext *enc; do_subtitle_out() local
1083 AVCodecContext *enc = ost->enc_ctx; do_video_out() local
1323 AVCodecContext *enc = ost->enc_ctx; reap_filters() local
1513 AVCodecContext *enc; print_report() local
1741 AVCodecContext *enc = ost->enc_ctx; flush_encoders() local
[all...]
H A Dffmpeg.h481 const AVCodec *enc; member

Completed in 90 milliseconds

1...<<2122232425262728