| /optee_os/core/arch/arm/crypto/ |
| H A D | aes-gcm-ce.c | 19 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() 68 const uint8_t *src, in pmull_ghash_update() 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() 175 TEE_OperationMode mode, const void *src, in internal_aes_gcm_update_payload_blocks() 213 TEE_OperationMode mode, const void *src, in internal_aes_gcm_update_payload_blocks()
|
| H A D | sha1_armv8a_ce.c | 13 void crypto_accel_sha1_compress(uint32_t state[5], const void *src, in crypto_accel_sha1_compress()
|
| H A D | sm3_armv8a_ce.c | 13 void crypto_accel_sm3_compress(uint32_t state[8], const void *src, in crypto_accel_sm3_compress()
|
| H A D | sha256_armv8a_ce.c | 13 void crypto_accel_sha256_compress(uint32_t state[8], const void *src, in crypto_accel_sha256_compress()
|
| H A D | sha512_armv8a_ce.c | 13 void crypto_accel_sha512_compress(uint64_t state[8], const void *src, in crypto_accel_sha512_compress()
|
| H A D | sha3_armv8a_ce.c | 13 void crypto_accel_sha3_compress(uint64_t state[25], const void *src, in crypto_accel_sha3_compress()
|
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_desc_helper.h | 32 #define caam_desc_store(desc, data, cla, src) \ argument 34 #define caam_desc_fifo_store(desc, data, src) \ argument 107 #define JUMP_CNO_LOCAL_DEC(test, src, cond, offset) \ argument 210 #define FIFO_LD_SEQ(src, len) \ argument 217 #define ST_NOIMM(cla, src, len) \ argument 224 #define ST_SGT_NOIMM(cla, src, len) \ argument 232 #define ST_NOIMM_OFF(cla, src, len, off) \ argument 239 #define ST_NOIMM_SEQ(cla, src, len) \ argument 246 #define FIFO_ST(cla, src, len) \ argument 254 #define FIFO_ST_EXT(src) \ argument [all …]
|
| /optee_os/core/crypto/ |
| H A D | aes-gcm.c | 18 static void xor_buf(uint8_t *dst, const uint8_t *src, size_t len) in xor_buf() 192 TEE_OperationMode mode, const void *src, in __gcm_update_payload() 259 const void *src, size_t len, in internal_aes_gcm_update_payload() 268 TEE_OperationMode m, const uint8_t *src, 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() 371 const void *src, size_t len, void *dst, in internal_aes_gcm_enc() 394 const void *src, size_t len, void *dst, in internal_aes_gcm_dec() [all …]
|
| H A D | aes-gcm-sw.c | 70 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() 134 TEE_OperationMode m, const void *src, in internal_aes_gcm_update_payload_blocks()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | base64.c | 63 const unsigned char *src, size_t slen) in mbedtls_base64_encode() 130 const unsigned char *src, size_t slen) in mbedtls_base64_decode() 281 const unsigned char *src; in mbedtls_base64_self_test() local
|
| /optee_os/core/tee/ |
| H A D | tee_ta_enc_manager.c | 39 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/include/kernel/ |
| H A D | user_access.h | 103 #define __BB_MEMDUP(memdup_func, src, len, p) ({ \ argument 124 #define BB_MEMDUP_USER(src, len, p) \ argument 139 #define BB_MEMDUP_USER_PRIVATE(src, len, p) \ argument
|
| /optee_os/ta/pkcs11/src/ |
| H A D | sanitize_object.c | 71 static enum pkcs11_rc sanitize_class_and_type(struct obj_attrs **dst, void *src, in sanitize_class_and_type() 167 static enum pkcs11_rc sanitize_boolprops(struct obj_attrs **dst, void *src, in sanitize_boolprops() 248 enum pkcs11_rc sanitize_client_object(struct obj_attrs **dst, void *src, in sanitize_client_object() 316 static void __trace_attributes(char *prefix, void *src, void *end) in __trace_attributes()
|
| /optee_os/core/drivers/crypto/caam/cipher/ |
| H A D | caam_cipher.c | 136 struct caamdmaobj *src, in caam_cipher_block() 345 struct cipherdata *src = src_ctx; in caam_cipher_copy_state() local 530 struct caamdmaobj src = { }; in do_update_streaming() local 746 struct caamdmaobj src = { }; in do_update_cipher() local
|
| /optee_os/core/drivers/ |
| H A D | versal_sha3_384.c | 19 static TEE_Result input_plaintext(const uint8_t *src, size_t src_len) in input_plaintext() 67 TEE_Result versal_sha3_384(const uint8_t *src, size_t src_len, in versal_sha3_384()
|
| H A D | zynqmp_csu_aes.c | 65 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() 278 TEE_Result zynqmp_csu_aes_decrypt_data(const void *src, size_t src_len, in zynqmp_csu_aes_decrypt_data() 330 TEE_Result zynqmp_csu_aes_encrypt_data(const void *src, size_t src_len, in zynqmp_csu_aes_encrypt_data()
|
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | qcbor_decode.h | 1389 QCBOR_Int64ToInt32(int64_t src, int32_t *dest) in QCBOR_Int64ToInt32() 1400 QCBOR_Int64ToInt16(int64_t src, int16_t *dest) in QCBOR_Int64ToInt16() 1411 QCBOR_Int64ToInt8(int64_t src, int8_t *dest) in QCBOR_Int64ToInt8() 1422 QCBOR_Int64ToUInt32(int64_t src, uint32_t *dest) in QCBOR_Int64ToUInt32() 1439 QCBOR_Int64ToUInt16(int64_t src, uint16_t *dest) in QCBOR_Int64ToUInt16() 1450 QCBOR_Int64ToUInt8(int64_t src, uint8_t *dest) in QCBOR_Int64ToUInt8() 1461 QCBOR_Int64ToUInt64(int64_t src, uint64_t *dest) in QCBOR_Int64ToUInt64()
|
| /optee_os/core/arch/arm/tests/ |
| H A D | ffa_lsp.c | 13 uint16_t src = args->a1 >> 16; in test_direct_req() local
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | rsa.c | 213 static TEE_Result rsadorep(rsa_key *ltc_key, const uint8_t *src, in rsadorep() 280 const uint8_t *src, in sw_crypto_acipher_rsanopad_encrypt() 302 const uint8_t *src, in sw_crypto_acipher_rsanopad_decrypt() 340 const uint8_t *src, in sw_crypto_acipher_rsaes_decrypt() 459 const uint8_t *src, in sw_crypto_acipher_rsaes_encrypt()
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | mbed_helpers.h | 25 mbedtls_aes_context *src) in mbed_copy_mbedtls_aes_context()
|
| /optee_os/lib/libutils/ext/ |
| H A D | strlcpy.c | 46 size_t strlcpy(char *dst, const char *src, size_t siz) in strlcpy()
|
| H A D | strlcat.c | 50 size_t strlcat(char *dst, const char *src, size_t siz) in strlcat()
|
| /optee_os/core/lib/libtomcrypt/src/misc/ |
| H A D | copy_or_zeromem.c | 17 void copy_or_zeromem(const unsigned char* src, unsigned char* dest, unsigned long len, int coz) in copy_or_zeromem()
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | memmove.c | 94 _CONST char *src = src_void; variable
|
| /optee_os/ta/remoteproc/src/ |
| H A D | elf_parser.c | 51 TEE_Result (*load_seg)(uint8_t *src, in e32_parser_load_elf_image() 72 uint8_t *src = NULL; in e32_parser_load_elf_image() local
|