Home
last modified time | relevance | path

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

/tf-m-tests-3.4.0/test/secure_fw/suites/attestation/
Dattest_token_decode_symmetric.c37 int32_t t_cose_options = T_COSE_OPT_DECODE_ONLY; in attest_token_decode_validate_token() local
41 t_cose_mac0_verify_init(&verify_ctx, t_cose_options); in attest_token_decode_validate_token()
72 int32_t t_cose_options = 0; in attest_token_decode_validate_token() local
78 t_cose_options |= T_COSE_OPT_ALLOW_SHORT_CIRCUIT; in attest_token_decode_validate_token()
81 t_cose_mac0_verify_init(&verify_ctx, t_cose_options); in attest_token_decode_validate_token()
Dattest_token_decode_asymmetric.c35 int32_t t_cose_options = 0; in attest_token_decode_validate_token() local
42 t_cose_options |= T_COSE_OPT_ALLOW_SHORT_CIRCUIT; in attest_token_decode_validate_token()
44 t_cose_sign1_verify_init(&verify_ctx, t_cose_options); in attest_token_decode_validate_token()