Home
last modified time | relevance | path

Searched defs:data_ptr (Results 1 – 8 of 8) sorted by relevance

/arm-trusted-firmware/drivers/auth/
H A Dcrypto_mod.c79 int crypto_mod_verify_signature(void *data_ptr, unsigned int data_len, in crypto_mod_verify_signature() argument
107 int crypto_mod_verify_hash(void *data_ptr, unsigned int data_len, in crypto_mod_verify_hash() argument
132 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr, in crypto_mod_calc_hash() argument
170 crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo,void * data_ptr,size_t len,const void * key,unsigned int key_len,unsigned int key_flags,const void * iv,unsigned int iv_len,const void * tag,unsigned int tag_len) crypto_mod_auth_decrypt() argument
[all...]
H A Dauth_mod.c93 void *data_ptr, *hash_der_ptr; in auth_hash() local
159 void *data_ptr, *pk_ptr, *cnv_pk_ptr, *pk_plat_ptr, *sig_ptr, *sig_alg_ptr, *pk_oid; in auth_signature() local
327 void *data_ptr = NULL; in auth_nvctr() local
[all...]
/arm-trusted-firmware/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c74 static int verify_signature(void *data_ptr, unsigned int data_len, in verify_signature() argument
163 static int verify_hash(void *data_ptr, unsigned int data_len, in verify_hash() argument
261 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() argument
289 static int aes_gcm_decrypt(void *data_ptr, size_t len, const void *key, in aes_gcm_decrypt() argument
371 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument
[all...]
H A Dmbedtls_psa_crypto.c301 static int verify_signature(void *data_ptr, unsigned int data_len, in verify_signature() argument
434 static int verify_hash(void *data_ptr, unsigned int data_len, in verify_hash() argument
531 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() argument
568 static int aes_gcm_decrypt(void *data_ptr, size_t len, const void *key, in aes_gcm_decrypt() argument
650 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument
[all...]
/arm-trusted-firmware/drivers/nxp/crypto/caam/src/auth/
H A Dnxp_crypto.c41 static int verify_signature(void *data_ptr, unsigned int data_len, in verify_signature() argument
77 static int verify_hash(void *data_ptr, unsigned int data_len, in verify_hash() argument
H A Dhash.c64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update() argument
/arm-trusted-firmware/plat/st/common/
H A Dstm32mp_crypto_lib.c305 static int crypto_verify_signature(void *data_ptr, unsigned int data_len, in crypto_verify_signature() argument
445 static int crypto_verify_hash(void *data_ptr, unsigned int data_len, in crypto_verify_hash() argument
623 static int crypto_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, size_t len, in crypto_auth_decrypt() argument
H A Dusb_dfu.c223 uintptr_t data_ptr; in usb_dfu_download() local
276 uintptr_t data_ptr; in usb_dfu_upload() local