Searched refs:PK_DSA_Y_Byte_Length (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_dsa.h130 #define PK_DSA_Y_Byte_Length(__KL) ((__KL)*PK_Bytes_Per_BigNum_Digit) macro
H A Dn8_dsa.c925 NEXT_WORD_SIZE(PK_DSA_Y_Byte_Length(modulusDigits)) + /* for public key */
963 NEXT_WORD_SIZE(PK_DSA_Y_Byte_Length(modulusDigits));
965 NEXT_WORD_SIZE(PK_DSA_Y_Byte_Length(modulusDigits));
977 memcpy(publicKey_p, key_p->publicKey, PK_DSA_Y_Byte_Length(modulusDigits));
1137 NEXT_WORD_SIZE(PK_DSA_Y_Byte_Length(modulusDigits)) +
1169 NEXT_WORD_SIZE(PK_DSA_Y_Byte_Length(modulusDigits));
1171 NEXT_WORD_SIZE(PK_DSA_Y_Byte_Length(modulusDigits));
1190 padding = (PK_DSA_Y_Byte_Length(modulusDigits) -
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/commands/
H A Dn8_cb_dsa.c570 ldst_wr_ptr->data_length = PK_DSA_Y_Byte_Length(modulusDigits);

Completed in 161 milliseconds