Home
last modified time | relevance | path

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

/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dutil_sformat.h38 void sf_hex_tabulate_16(struct sf_hex_tbl_fmt *fmt, unsigned char *data,
Dpsa_crypto.c78 sf_hex_tabulate_16(&crp_fmt, key, *key_len); in crp_get_pub_key()
193 sf_hex_tabulate_16(&crp_fmt, data_out, data_len); in crp_imp_key_secp256r1()
299 sf_hex_tabulate_16(&crp_fmt, data_out, data_len); in crp_gen_key_secp256r1()
551 sf_hex_tabulate_16(&crp_fmt, msg, msg_len); in crp_hash_payload()
581 sf_hex_tabulate_16(&crp_fmt, hash, (size_t)(PSA_HASH_MAX_SIZE)); in crp_hash_payload()
633 sf_hex_tabulate_16(&crp_fmt, sig, *sig_len); in crp_sign_hash()
870 sf_hex_tabulate_16(&fmt, outbuf, 256); in crp_test_rng()
Dpsa_attestation.c140 sf_hex_tabulate_16(&fmt, iat_buf, (size_t)iat_sz); in att_test()
Dutil_sformat.c24 void sf_hex_tabulate_16(struct sf_hex_tbl_fmt *fmt, unsigned char *data, in sf_hex_tabulate_16() function