Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp_lsb.h33 #define LSB_ENTRY_SIZE 32 /* bytes, or 256 bits */ macro
H A Dccp_hardware.c148 return (ccp_queue_lsb_entry(qp, lsb_entry) * LSB_ENTRY_SIZE); in ccp_queue_lsb_address()
1115 remaining = roundup2(defn->H_size, LSB_ENTRY_SIZE); in ccp_sha()
1174 if (defn->axf->hashsize > LSB_ENTRY_SIZE) in ccp_sha_copy_result()
1175 byteswap256((void *)(buffer + LSB_ENTRY_SIZE)); in ccp_sha_copy_result()
1191 buffer + LSB_ENTRY_SIZE * 3 - defn->axf->hashsize, in ccp_sha_copy_result()
1192 defn->axf->hashsize - LSB_ENTRY_SIZE); in ccp_sha_copy_result()
1193 memcpy(output + defn->axf->hashsize - LSB_ENTRY_SIZE, buffer, in ccp_sha_copy_result()
1194 LSB_ENTRY_SIZE); in ccp_sha_copy_result()
1197 memcpy(output, buffer + LSB_ENTRY_SIZE, LSB_ENTRY_SIZE); in ccp_sha_copy_result()
1198 memcpy(output + LSB_ENTRY_SIZE, buffer, LSB_ENTRY_SIZE); in ccp_sha_copy_result()
[all …]