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

/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_dsa.h109 #define PK_DSA_RoundUp(__L) (CEIL((__L) , (SIMON_BITS_PER_DIGIT))) macro
154 #define PK_DSA_N_BNC_Length PK_DSA_RoundUp(PK_DSA_N_Bit_Length)
155 #define PK_DSA_E1_BNC_Length PK_DSA_RoundUp(PK_DSA_E1_Bit_Length)
156 #define PK_DSA_R_BNC_Length PK_DSA_RoundUp(PK_DSA_R_Bit_Length)
157 #define PK_DSA_S_BNC_Length PK_DSA_RoundUp(PK_DSA_S_Bit_Length)
158 #define PK_DSA_Q_BNC_Length PK_DSA_RoundUp(PK_DSA_Q_Bit_Length)
159 #define PK_DSA_X_BNC_Length PK_DSA_RoundUp(PK_DSA_X_Bit_Length)

Completed in 45 milliseconds