Home
last modified time | relevance | path

Searched defs:in_buffer (Results 1 – 7 of 7) sorted by relevance

/base/tee/tee_os_framework/lib/teelib/libcrypto_hal/src/boringssl/
Dsoft_cipher.c184 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in proc_aes_cbc_mac_cipher_update() local
250 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in proc_aes_cmac_cipher_update() local
291 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in proc_aes_des_cipher_update() local
319 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in proc_aes_cmac_cipher_final() local
392 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in proc_aes_des_cipher_final() local
Dsoft_hmac.c165 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in soft_crypto_hmac_update() local
251 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in soft_crypto_hmac() local
Dsoft_ae.c137 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in soft_ae_crypto_final() local
313 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in soft_crypto_ae_update() local
Dsoft_hash.c177 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in do_hash_update() local
Dsoft_gmssl_sym.c200 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in tee_sm4_update() local
Dsoft_gmssl_asym.c1206 uint8_t *in_buffer = (uint8_t *)(uintptr_t)data_in->buffer; in sm2_encrypt_decypt() local
/base/tee/tee_os_framework/lib/teelib/libteeconfig/src/drv_hal/
Ddrvcalls.c71 int32_t tee_ext_get_dieid(uint32_t *in_buffer) in tee_ext_get_dieid()