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

/bind-9.11.3/bin/tests/system/rsabigexponent/conf/
H A Dbad01.conf12 max-rsa-exponent-size 1;
H A Dbad02.conf12 max-rsa-exponent-size 34;
H A Dbad03.conf12 max-rsa-exponent-size 4097;
H A Dgood01.conf12 max-rsa-exponent-size 0;
H A Dgood02.conf12 max-rsa-exponent-size 35;
H A Dgood03.conf12 max-rsa-exponent-size 4096;
/bind-9.11.3/bin/tests/system/rsabigexponent/ns3/
H A Dnamed.conf27 max-rsa-exponent-size 35;
/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-keygen.c281 CK_BYTE exponent[5]; local
389 /* Set public exponent to F4 or F5 */
390 exponent[0] = 0x01;
391 exponent[1] = 0x00;
393 exponent[2] = 0x01;
395 exponent[2] = 0x00;
396 exponent[3] = 0x00;
397 exponent[4] = 0x01;
402 public_template[RSA_PUBLIC_EXPONENT].pValue = &exponent;
/bind-9.11.3/bin/tests/pkcs11/benchmarks/
H A Dgenrsa.c103 CK_BYTE exponent[] = { 0x01, 0x00, 0x01 }; local
112 { CKA_PUBLIC_EXPONENT, exponent, (CK_ULONG) sizeof(exponent) }
H A Dpubrsa.c106 CK_BYTE exponent[] = { 0x01, 0x00, 0x01 }; variable
131 { CKA_PUBLIC_EXPONENT, exponent, (CK_ULONG) sizeof(exponent) }
H A Dverify.c106 CK_BYTE exponent[] = { 0x01, 0x00, 0x01 }; variable
133 { CKA_PUBLIC_EXPONENT, exponent, (CK_ULONG) sizeof(exponent) }
/bind-9.11.3/lib/dns/
H A Dpkcs11rsa_link.c1393 CK_BYTE *exponent = NULL, *modulus = NULL; local
1404 exponent = (CK_BYTE *) attr->pValue;
1412 REQUIRE((exponent != NULL) && (modulus != NULL));
1416 if (e_bytes < 256) { /*%< key exponent is <= 2040 bits */
1432 memmove(r.base, exponent, e_bytes);
1446 CK_BYTE *exponent = NULL, *modulus = NULL; local
1481 exponent = r.base;
1506 memmove(attr[1].pValue, exponent, e_bytes);
1546 CK_ATTRIBUTE *modulus = NULL, *exponent = NULL; local
1571 exponent
[all...]

Completed in 572 milliseconds