/optee_os-3.20.0/core/arch/arm/crypto/ |
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()
|
A D | sha1_armv8a_ce.c | 13 void crypto_accel_sha1_compress(uint32_t state[5], const void *src, in crypto_accel_sha1_compress()
|
A D | sha256_armv8a_ce.c | 13 void crypto_accel_sha256_compress(uint32_t state[8], const void *src, in crypto_accel_sha256_compress()
|
A D | sha512_armv8a_ce.c | 13 void crypto_accel_sha512_compress(uint64_t state[8], const void *src, in crypto_accel_sha512_compress()
|
A D | sm3_armv8a_ce.c | 13 void crypto_accel_sm3_compress(uint32_t state[8], const void *src, in crypto_accel_sm3_compress()
|
/optee_os-3.20.0/core/drivers/crypto/caam/include/ |
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 105 #define JUMP_CNO_LOCAL_DEC(test, src, cond, offset) \ argument 200 #define ST_NOIMM(cla, src, len) \ argument 207 #define ST_SGT_NOIMM(cla, src, len) \ argument 215 #define ST_NOIMM_OFF(cla, src, len, off) \ argument 222 #define ST_NOIMM_SEQ(cla, src, len) \ argument 229 #define FIFO_ST(src, len) \ argument 236 #define FIFO_ST_EXT(src) \ argument 243 #define FIFO_ST_SGT(src, len) \ argument [all …]
|
A D | caam_desc_ccb_defines.h | 29 #define NFIFO_STYPE(src) SHIFT_U32(NFIFO_STYPE_##src & 0x3, 24) argument 55 #define NFIFO_NOPAD(cla, options, src, data, len) \ argument
|
/optee_os-3.20.0/core/crypto/ |
A D | aes-gcm.c | 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() 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() 480 const uint8_t *src, size_t len, in aes_gcm_update_payload() 488 const uint8_t *src, size_t len, in aes_gcm_enc_final() [all …]
|
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-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | base64.c | 45 const unsigned char *src, size_t slen ) in mbedtls_base64_encode() 115 const unsigned char *src, size_t slen ) in mbedtls_base64_decode() 238 const unsigned char *src; in mbedtls_base64_self_test() local
|
/optee_os-3.20.0/core/tee/ |
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-3.20.0/core/drivers/crypto/caam/cipher/ |
A D | caam_cipher.c | 126 struct drvcrypt_buf *src) in copy_ctx_data() 163 struct caamdmaobj *src, in caam_cipher_block() 372 struct cipherdata *src = src_ctx; in caam_cipher_copy_state() local 571 struct caamdmaobj src = { }; in do_update_streaming() local 787 struct caamdmaobj src = { }; in do_update_cipher() local
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | sanitize_object.c | 72 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() 249 enum pkcs11_rc sanitize_client_object(struct obj_attrs **dst, void *src, in sanitize_client_object() 317 static void __trace_attributes(char *prefix, void *src, void *end) in __trace_attributes()
|
/optee_os-3.20.0/core/drivers/ |
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()
|
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-3.20.0/lib/libmbedtls/core/ |
A D | mbed_helpers.h | 25 mbedtls_aes_context *src) in mbed_copy_mbedtls_aes_context()
|
A D | rsa.c | 277 const uint8_t *src, in sw_crypto_acipher_rsanopad_encrypt() 342 const uint8_t *src, in sw_crypto_acipher_rsanopad_decrypt() 404 const uint8_t *src, size_t src_len, in sw_crypto_acipher_rsaes_decrypt() 501 const uint8_t *src, size_t src_len, in sw_crypto_acipher_rsaes_encrypt()
|
/optee_os-3.20.0/lib/libutils/ext/ |
A D | strlcpy.c | 46 size_t strlcpy(char *dst, const char *src, size_t siz) in strlcpy()
|
A D | strlcat.c | 50 size_t strlcat(char *dst, const char *src, size_t siz) in strlcat()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
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-3.20.0/lib/libutils/isoc/newlib/ |
A D | memmove.c | 94 _CONST char *src = src_void; variable
|
A D | memcpy.c | 90 char *src = (char *)src0; variable
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | rsa.c | 205 static TEE_Result rsadorep(rsa_key *ltc_key, const uint8_t *src, in rsadorep() 272 const uint8_t *src, in sw_crypto_acipher_rsanopad_encrypt() 294 const uint8_t *src, in sw_crypto_acipher_rsanopad_decrypt() 328 size_t label_len, const uint8_t *src, in sw_crypto_acipher_rsaes_decrypt() 433 size_t label_len, const uint8_t *src, in sw_crypto_acipher_rsaes_encrypt()
|
A D | aes.c | 36 unsigned int rounds, const void *src, void *dst) in crypto_aes_enc_block()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ltc_ecc_points.c | 53 int ltc_ecc_copy_point(const ecc_point *src, ecc_point *dst) in ltc_ecc_copy_point()
|