Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/t_cose/src/
Dt_cose_crypto.h216 t_cose_crypto_pub_key_sign(int32_t cose_algorithm_id,
Dt_cose_sign1_sign.c391 return_value = t_cose_crypto_pub_key_sign(me->cose_algorithm_id, in t_cose_sign1_encode_signature()
/trusted-firmware-m-latest/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c165 t_cose_crypto_pub_key_sign(int32_t cose_algorithm_id, in t_cose_crypto_pub_key_sign() function
/trusted-firmware-m-latest/lib/ext/t_cose/test/
Dt_cose_make_test_messages.c532 return_value = t_cose_crypto_pub_key_sign(me->cose_algorithm_id, in t_cose_sign1_test_message_output_signature()
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_attestation_integration_guide.rst415 - ``t_cose_crypto_pub_key_sign()``: Calculates the signature over a hash value.