Searched refs:crp_fmt (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 26 struct sf_hex_tbl_fmt crp_fmt = { variable 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()
|