Searched refs:sf_hex_tabulate_16 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | util_sformat.h | 38 void sf_hex_tabulate_16(struct sf_hex_tbl_fmt *fmt, unsigned char *data,
|
D | psa_crypto.c | 78 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()
|
D | psa_attestation.c | 140 sf_hex_tabulate_16(&fmt, iat_buf, (size_t)iat_sz); in att_test()
|
D | util_sformat.c | 24 void sf_hex_tabulate_16(struct sf_hex_tbl_fmt *fmt, unsigned char *data, in sf_hex_tabulate_16() function
|