Searched refs:exponent (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOHistogramReporter.cpp | 223 int exponent = cnt2 + 1; in initWith() local 224 while (exponent) { in initWith() 226 exponent--; in initWith()
|
| /xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccrsa.h | 132 const cc_unit *exponent); 867 …rsa_pub_ctx_t pubkey, uint8_t *modulus, size_t *modulusLength, uint8_t *exponent, size_t *exponent… 888 …ccrsa_full_ctx_t key, uint8_t *modulus, size_t *modulusLength, uint8_t *exponent, size_t *exponent…
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | chunklist.c | 132 const uint8_t exponent[] = { 0x01, 0x00, 0x01 }; in validate_signature() local 151 sizeof(exponent), exponent, in validate_signature()
|