Searched refs:defn (Results 1 – 1 of 1) sorted by relevance
1055 desc->sha.type = defn->engine_type; in ccp_sha_single_desc()1077 const struct SHA_Defn *defn; in ccp_sha() local1088 defn = &SHA_definitions[i]; in ccp_sha()1115 remaining = roundup2(defn->H_size, LSB_ENTRY_SIZE); in ccp_sha()1161 const struct SHA_Defn *defn; in ccp_sha_copy_result() local1170 defn = &SHA_definitions[i]; in ccp_sha_copy_result()1174 if (defn->axf->hashsize > LSB_ENTRY_SIZE) in ccp_sha_copy_result()1177 switch (defn->version) { in ccp_sha_copy_result()1179 memcpy(output, buffer + 12, defn->axf->hashsize); in ccp_sha_copy_result()1187 memcpy(output, buffer, defn->axf->hashsize); in ccp_sha_copy_result()[all …]