Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 114) sorted by relevance

12345

/optee_os/core/drivers/crypto/caam/include/
A Dcaam_desc_helper.h28 #define caam_desc_fifo_load(desc, data, cla, dst, act) \ argument
30 #define caam_desc_load_key(desc, data, cla, dst) \ argument
134 #define LD_IMM(cla, dst, len) \ argument
141 #define LD_NOCLASS_IMM(dst, len) LD_IMM(CLASS_NO, dst, len) argument
146 #define LD_NOIMM(cla, dst, len) \ argument
153 #define LD_NOIMM_OFF(cla, dst, len, off) \ argument
160 #define FIFO_LD(cla, dst, act, len) \ argument
168 #define FIFO_LD_SGT(cla, dst, act, len) \ argument
177 #define FIFO_LD_SGT_EXT(cla, dst, act) \ argument
185 #define FIFO_LD_EXT(cla, dst, act) \ argument
[all …]
/optee_os/core/arch/arm/crypto/
A Daes-gcm-ce.c19 static void get_be_block(void *dst, const void *src) in get_be_block()
27 static void put_be_block(void *dst, const void *src) in put_be_block()
99 const uint8_t *src, size_t num_blocks, uint8_t *dst) in encrypt_pl()
122 const uint8_t *src, size_t num_blocks, uint8_t *dst) in decrypt_pl()
139 const void *src, size_t num_blocks, void *dst) in update_payload_2block()
176 size_t num_blocks, void *dst) in internal_aes_gcm_update_payload_blocks()
214 size_t num_blocks, void *dst) in internal_aes_gcm_update_payload_blocks()
/optee_os/core/crypto/
A Daes-gcm.c193 size_t len, void *dst) in __gcm_update_payload()
260 void *dst) in internal_aes_gcm_update_payload()
269 size_t len, uint8_t *dst) in operation_final()
292 const void *src, size_t len, void *dst, in __gcm_enc_final()
311 const void *src, size_t len, void *dst, in internal_aes_gcm_enc_final()
320 const void *src, size_t len, void *dst, in __gcm_dec_final()
339 const void *src, size_t len, void *dst, in internal_aes_gcm_dec_final()
373 const void *src, size_t len, void *dst, in internal_aes_gcm_enc()
396 const void *src, size_t len, void *dst, in internal_aes_gcm_dec()
481 uint8_t *dst) in aes_gcm_update_payload()
[all …]
A Daes-gcm-sw.c70 const uint8_t *src, size_t num_blocks, uint8_t *dst) in encrypt_pl()
109 const uint8_t *src, size_t num_blocks, uint8_t *dst) in decrypt_pl()
135 size_t num_blocks, void *dst) in internal_aes_gcm_update_payload_blocks()
A Daes-cts.c95 const uint8_t *data, size_t len, uint8_t *dst) in cbc_cts_update()
190 const uint8_t *data, size_t len, uint8_t *dst) in cts_update()
219 struct cts_ctx *dst = to_cts_ctx(dst_ctx); in cts_copy_state() local
A Dsm4-ecb.c52 const uint8_t *data, size_t len, uint8_t *dst) in sm4_ecb_update()
77 struct sm4_ecb_ctx *dst = to_sm4_ecb_ctx(dst_ctx); in sm4_ecb_copy_state() local
A Dsm4-cbc.c55 const uint8_t *data, size_t len, uint8_t *dst) in sm4_cbc_update()
81 struct sm4_cbc_ctx *dst = to_sm4_cbc_ctx(dst_ctx); in sm4_cbc_copy_state() local
A Dsm4-ctr.c52 const uint8_t *data, size_t len, uint8_t *dst) in sm4_ctr_update()
78 struct sm4_ctr_ctx *dst = to_sm4_ctr_ctx(dst_ctx); in sm4_ctr_copy_state() local
/optee_os/core/tee/
A Dtee_ta_enc_manager.c39 TEE_Result tee_ta_decrypt_update(void *enc_ctx, uint8_t *dst, uint8_t *src, in tee_ta_decrypt_update()
54 uint8_t *dst, uint8_t *src, size_t len) in tee_ta_decrypt_final()
/optee_os/core/drivers/crypto/caam/cipher/
A Dcaam_cipher.c125 static enum caam_status copy_ctx_data(struct caambuf *dst, in copy_ctx_data()
164 struct caamdmaobj *dst) in caam_cipher_block()
371 struct cipherdata *dst = dst_ctx; in caam_cipher_copy_state() local
572 struct caamdmaobj dst = { }; in do_update_streaming() local
788 struct caamdmaobj dst = { }; in do_update_cipher() local
/optee_os/ta/pkcs11/src/
A Dsanitize_object.c72 static enum pkcs11_rc sanitize_class_and_type(struct obj_attrs **dst, void *src, in sanitize_class_and_type()
168 static enum pkcs11_rc sanitize_boolprops(struct obj_attrs **dst, void *src, in sanitize_boolprops()
226 static uint32_t sanitize_indirect_attr(struct obj_attrs **dst, in sanitize_indirect_attr()
249 enum pkcs11_rc sanitize_client_object(struct obj_attrs **dst, void *src, in sanitize_client_object()
/optee_os/lib/libutils/ext/
A Dstrlcpy.c46 size_t strlcpy(char *dst, const char *src, size_t siz) in strlcpy()
A Dstrlcat.c50 size_t strlcat(char *dst, const char *src, size_t siz) in strlcat()
/optee_os/lib/libmbedtls/core/
A Dmbed_helpers.h24 static inline void mbed_copy_mbedtls_aes_context(mbedtls_aes_context *dst, in mbed_copy_mbedtls_aes_context()
A Ddes3_ecb.c69 uint8_t *dst) in mbed_des3_ecb_update()
101 struct mbed_des3_ecb_ctx *dst = to_des3_ecb_ctx(dst_ctx); in mbed_des3_ecb_copy_state() local
A Ddes_ecb.c61 uint8_t *dst) in mbed_des_ecb_update()
92 struct mbed_des_ecb_ctx *dst = to_des_ecb_ctx(dst_ctx); in mbed_des_ecb_copy_state() local
A Ddes3_cbc.c76 uint8_t *dst) in mbed_des3_cbc_update()
101 struct mbed_des3_cbc_ctx *dst = to_des3_cbc_ctx(dst_ctx); in mbed_des3_cbc_copy_state() local
A Ddes_cbc.c69 uint8_t *dst) in mbed_des_cbc_update()
94 struct mbed_des_cbc_ctx *dst = to_des_cbc_ctx(dst_ctx); in mbed_des_cbc_copy_state() local
/optee_os/core/lib/libtomcrypt/
A Drsa.c181 size_t src_len, uint8_t *dst, size_t *dst_len) in rsadorep()
243 uint8_t *dst, size_t *dst_len) in crypto_acipher_rsanopad_encrypt()
258 uint8_t *dst, size_t *dst_len) in crypto_acipher_rsanopad_decrypt()
282 uint8_t *dst, size_t *dst_len) in crypto_acipher_rsaes_decrypt()
379 uint8_t *dst, size_t *dst_len) in crypto_acipher_rsaes_encrypt()
A Daes.c36 unsigned int rounds, const void *src, void *dst) in crypto_aes_enc_block()
A Dctr.c57 const uint8_t *data, size_t len, uint8_t *dst) in ltc_ctr_update()
81 struct ltc_ctr_ctx *dst = to_ctr_ctx(dst_ctx); in ltc_ctr_copy_state() local
/optee_os/lib/libutils/isoc/newlib/
A Dmemmove.c93 char *dst = dst_void; variable
A Dmemcpy.c89 char *dst = (char *)dst0; variable
/optee_os/core/drivers/
A Dzynqmp_csu_aes.c65 static TEE_Result aes_transfer_enc(const void *src, void *dst, size_t dst_len, in aes_transfer_enc()
136 static TEE_Result aes_transfer_dec(const void *src, void *dst, size_t len, in aes_transfer_dec()
279 void *dst, size_t dst_len, in zynqmp_csu_aes_decrypt_data()
331 void *dst, size_t dst_len, in zynqmp_csu_aes_encrypt_data()
/optee_os/core/drivers/crypto/crypto_api/authenc/
A Dauthenc.c154 size_t len, uint8_t *dst) in authenc_update_payload()
199 uint8_t *dst, uint8_t *tag, in authenc_enc_final()
247 uint8_t *dst, const uint8_t *tag, in authenc_dec_final()

Completed in 23 milliseconds

12345