Home
last modified time | relevance | path

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

/freebsd/sys/crypto/ccp/
H A Dccp_hardware.c146 return (ccp_queue_lsb_entry(qp, lsb_entry) * LSB_ENTRY_SIZE); in ccp_queue_lsb_address()
1094 CCP_MEMTYPE_SYSTEM, roundup2(defn->H_size, LSB_ENTRY_SIZE), in ccp_sha()
1113 remaining = roundup2(defn->H_size, LSB_ENTRY_SIZE); in ccp_sha()
1172 if (defn->axf->hashsize > LSB_ENTRY_SIZE) in ccp_sha_copy_result()
1173 byteswap256((void *)(buffer + LSB_ENTRY_SIZE)); in ccp_sha_copy_result()
1189 buffer + LSB_ENTRY_SIZE * 3 - defn->axf->hashsize, in ccp_sha_copy_result()
1190 defn->axf->hashsize - LSB_ENTRY_SIZE); in ccp_sha_copy_result()
1191 memcpy(output + defn->axf->hashsize - LSB_ENTRY_SIZE, buffer, in ccp_sha_copy_result()
1192 LSB_ENTRY_SIZE); in ccp_sha_copy_result()
1195 memcpy(output, buffer + LSB_ENTRY_SIZE, LSB_ENTRY_SIZE); in ccp_sha_copy_result()
[all …]
H A Dccp_lsb.h31 #define LSB_ENTRY_SIZE 32 /* bytes, or 256 bits */ macro