Home
last modified time | relevance | path

Searched refs:msg_db (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Drsassa.c334 uint8_t *msg_db = NULL; in emsa_pss_encode() local
363 msg_db = malloc(MAX(db_size, msg_size)); in emsa_pss_encode()
364 if (!msg_db) in emsa_pss_encode()
384 buf = msg_db; in emsa_pss_encode()
411 ret = tee_hash_createdigest(ssa_data->hash_algo, msg_db, msg_size, in emsa_pss_encode()
424 buf = msg_db; in emsa_pss_encode()
433 DB.data = msg_db; in emsa_pss_encode()
500 free(msg_db); in emsa_pss_encode()
524 uint8_t *msg_db = NULL; in emsa_pss_verify() local
554 msg_db = malloc(MAX(db_size, msg_size)); in emsa_pss_verify()
[all …]