Searched defs:pubexp (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/tests/pkcs11/benchmarks/
H A Dprivrsa.c106 CK_BYTE pubexp[] = { 0x01, 0x00, 0x01 }; variable
204 { CKA_PUBLIC_EXPONENT, pubexp, (CK_ULONG) sizeof(pubexp) },
H A Dsign.c106 CK_BYTE pubexp[] = { 0x01, 0x00, 0x01 }; variable
206 { CKA_PUBLIC_EXPONENT, pubexp, (CK_ULONG) sizeof(pubexp) },
/bind-9.11.3/lib/dns/
H A Dpkcs11rsa_link.c1170 CK_BYTE pubexp[5]; local
1181 { CKA_PUBLIC_EXPONENT, &pubexp, (CK_ULONG) sizeof(pubexp) }
1242 pubexp[0] = 1;
1243 pubexp[1] = 0;
1244 pubexp[2] = 1;
1248 pubexp[0] = 1;
1249 pubexp[1] = 0;
1250 pubexp[2] = 0;
1251 pubexp[
[all...]

Completed in 16 milliseconds