Searched refs:pkey_info (Results 1 – 3 of 3) sorted by relevance
32 static inline void dump_options(const struct caam_pkey_info *pkey_info) in dump_options() argument 37 pr_debug("key encryption algo %d\n", pkey_info->key_enc_algo); in dump_options() argument 40 static inline void dump_options(const struct caam_pkey_info *pkey_info)46 struct caam_pkey_info *pkey_info) in get_pkey_options() 70 pkey_info->key_enc_algo = key_enc_algo; in get_pkey_options() 109 info.pkey_info.plain_key_sz = p->key_len; in trusted_caam_seal() 110 info.pkey_info.is_pkey = 1; in trusted_caam_seal() 111 ret = get_pkey_options(datablob, &info.pkey_info); in trusted_caam_seal() 114 dump_options(&info.pkey_info); in trusted_caam_seal() 122 if (info.pkey_info in trusted_caam_seal() 43 get_pkey_options(char * c,struct caam_pkey_info * pkey_info) get_pkey_options() argument [all...]
98 if (encap && info->pkey_info.is_pkey) { in caam_process_blob()100 if (info->pkey_info.key_enc_algo == CAAM_ENC_ALGO_CCM) { in caam_process_blob()146 if (encap && info->pkey_info.is_pkey) { in caam_process_blob()153 if (info->pkey_info.key_enc_algo == CAAM_ENC_ALGO_CCM) { in caam_process_blob()
53 struct caam_pkey_info pkey_info; member