Searched defs:data_ptr (Results 1 – 8 of 8) sorted by relevance
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 79 int crypto_mod_verify_signature(void *data_ptr, unsigned int data_len, in crypto_mod_verify_signature() 107 int crypto_mod_verify_hash(void *data_ptr, unsigned int data_len, in crypto_mod_verify_hash() 132 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr, in crypto_mod_calc_hash() 170 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in crypto_mod_auth_decrypt()
|
| H A D | auth_mod.c | 94 void *data_ptr, *hash_der_ptr; in auth_hash() local 160 void *data_ptr, *pk_ptr, *cnv_pk_ptr, *pk_plat_ptr, *sig_ptr, *sig_alg_ptr, *pk_oid; in auth_signature() local 330 void *data_ptr = NULL; in auth_nvctr() local
|
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 86 static int verify_signature(void *data_ptr, unsigned int data_len, in verify_signature() 175 static int verify_hash(void *data_ptr, unsigned int data_len, in verify_hash() 273 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() 307 static int aes_gcm_decrypt(void *data_ptr, size_t len, const void *key, in aes_gcm_decrypt() 389 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()
|
| H A D | mbedtls_psa_crypto.c | 238 static int verify_signature(void *data_ptr, unsigned int data_len, in verify_signature() 351 static int verify_hash(void *data_ptr, unsigned int data_len, in verify_hash() 460 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() 497 static int aes_gcm_decrypt(void *data_ptr, size_t len, const void *key, in aes_gcm_decrypt() 562 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/ |
| H A D | nxp_crypto.c | 41 static int verify_signature(void *data_ptr, unsigned int data_len, in verify_signature() 77 static int verify_hash(void *data_ptr, unsigned int data_len, in verify_hash()
|
| H A D | hash.c | 64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 305 static int crypto_verify_signature(void *data_ptr, unsigned int data_len, in crypto_verify_signature() 446 static int crypto_verify_hash(void *data_ptr, unsigned int data_len, in crypto_verify_hash() 624 static int crypto_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, size_t len, in crypto_auth_decrypt()
|
| H A D | usb_dfu.c | 227 uintptr_t data_ptr; in usb_dfu_download() local 280 uintptr_t data_ptr; in usb_dfu_upload() local
|