Searched refs:PK_DSA_R_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.h113 #define PK_DSA_R_Byte_Length PKDIGITS_TO_BYTES(PK_DSA_R_BNC_Length) macro
H A Dn8_dsa.c244 skipLength = PK_DSA_R_Byte_Length - DSA_SIGN_LENGTH;
675 (NEXT_WORD_SIZE(PK_DSA_R_Byte_Length) + /* R */
695 s_p = r_p + NEXT_WORD_SIZE(PK_DSA_R_Byte_Length);
696 s_a = r_a + NEXT_WORD_SIZE(PK_DSA_R_Byte_Length);
918 (NEXT_WORD_SIZE(PK_DSA_R_Byte_Length) + /* for R */
939 s_a = r_a + NEXT_WORD_SIZE(PK_DSA_R_Byte_Length);
940 s_p = r_p + NEXT_WORD_SIZE(PK_DSA_R_Byte_Length);
985 postData_p->size = PK_DSA_R_Byte_Length;
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/commands/
H A Dn8_cb_dsa.c290 ldst_wr_ptr->data_length = PK_DSA_R_Byte_Length;
497 ldst_wr_ptr->data_length = PK_DSA_R_Byte_Length;

Completed in 75 milliseconds