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

/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_dsa.c244 skipLength = PK_DSA_R_Byte_Length - DSA_SIGN_LENGTH;
247 DSA_SIGN_LENGTH);
248 skipLength = PK_DSA_S_Byte_Length - DSA_SIGN_LENGTH;
251 DSA_SIGN_LENGTH);
703 memcpy(mh_p + (PK_DSA_E1_Byte_Length - DSA_SIGN_LENGTH),
705 DSA_SIGN_LENGTH);
709 ret = N8_GetRandomBytes(DSA_SIGN_LENGTH, n_p, NULL);
872 skipBytes = PK_DSA_S_Byte_Length - DSA_SIGN_LENGTH;
875 vq_cmp = memcmp(rValue_p, key_p->q + skipBytes, DSA_SIGN_LENGTH);
881 vq_cmp = memcmp(sValue_p, key_p->q + skipBytes, DSA_SIGN_LENGTH);
[all...]
H A Dn8_dsa.h49 * 01/29/02 bac Renamed NUMBER_OF_BYTES_IN_VALUE to DSA_SIGN_LENGTH.
77 #define DSA_SIGN_LENGTH 20 macro

Completed in 53 milliseconds