Home
last modified time | relevance | path

Searched refs:caam_pkey_info (Results 1 – 3 of 3) sorted by relevance

/linux/security/keys/trusted-keys/
H A Dtrusted_caam.c32 static inline void dump_options(const struct caam_pkey_info *pkey_info) in dump_options()
37 static inline void dump_options(const struct caam_pkey_info *pkey_info) in dump_options()
43 struct caam_pkey_info *pkey_info) in get_pkey_options()
120 p->key_len = p->blob_len + sizeof(struct caam_pkey_info); in trusted_caam_seal()
121 memcpy(p->key, &info.pkey_info, sizeof(struct caam_pkey_info)); in trusted_caam_seal()
122 memcpy(p->key + sizeof(struct caam_pkey_info), p->blob, p->blob_len); in trusted_caam_seal()
145 p->key_len = p->blob_len + sizeof(struct caam_pkey_info); in trusted_caam_unseal()
146 memcpy(p->key, &info.pkey_info, sizeof(struct caam_pkey_info)); in trusted_caam_unseal()
147 memcpy(p->key + sizeof(struct caam_pkey_info), p->blob, p->blob_len); in trusted_caam_unseal()
/linux/include/soc/fsl/
H A Dcaam-blob.h31 struct caam_pkey_info { struct
53 struct caam_pkey_info pkey_info;
/linux/drivers/crypto/caam/
H A Dcaamalg.c790 struct caam_pkey_info *pkey_info = (struct caam_pkey_info *)key; in paes_skcipher_setkey()