Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/
H A Dcaam_key.c224 void caam_key_dump(const char *trace, const struct caamkey *key) in caam_key_dump() function
292 caam_key_dump("Blob input key", in_key); in caam_key_operation_blob()
396 caam_key_dump("Blob output key", out_key); in caam_key_operation_blob()
474 caam_key_dump("Deserialization output key", key); in caam_key_deserialize_from_bin()
490 caam_key_dump("Serialization input key", key); in caam_key_serialize_to_bin()
604 caam_key_dump("Output key", outkey); in caam_key_deserialize_from_bn()
622 caam_key_dump("Input key", inkey); in caam_key_serialize_to_bn()
684 caam_key_dump("Input key", key); in caam_key_black_encapsulation()
722 caam_key_dump("Output Key", key); in caam_key_black_encapsulation()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_key.h47 void caam_key_dump(const char *trace, const struct caamkey *key);