Symbol: exponent
crypto/heimdal/lib/hx509/softp11.c
374
CK_BYTE *exponent = NULL;
crypto/heimdal/lib/hx509/softp11.c
407
exponent = malloc(exponent_len);
crypto/heimdal/lib/hx509/softp11.c
408
BN_bn2bin(num, exponent);
crypto/heimdal/lib/hx509/softp11.c
412
exponent, exponent_len);
crypto/heimdal/lib/hx509/softp11.c
414
free(exponent);
crypto/openssh/ssh-ecdsa.c
288
BIGNUM *exponent = NULL;
crypto/openssh/ssh-ecdsa.c
295
if ((r = sshbuf_get_bignum2(b, &exponent)) != 0)
crypto/openssh/ssh-ecdsa.c
301
if (EC_KEY_set_private_key(ec, exponent) != 1) {
crypto/openssh/ssh-ecdsa.c
314
BN_clear_free(exponent);
crypto/openssh/sshkey.c
2826
const BIGNUM *exponent;
crypto/openssh/sshkey.c
2831
if ((exponent = EC_KEY_get0_private_key(key)) == NULL)
crypto/openssl/crypto/bn/rsaz_exp.c
203
p_str = (unsigned char *)exponent;
crypto/openssl/crypto/bn/rsaz_exp.c
256
const BN_ULONG base[8], const BN_ULONG exponent[8],
crypto/openssl/crypto/bn/rsaz_exp.c
263
unsigned char *p_str = (unsigned char *)exponent;
crypto/openssl/crypto/bn/rsaz_exp.c
51
const BN_ULONG exponent[16],
crypto/openssl/crypto/bn/rsaz_exp.h
28
const BN_ULONG exponent[16],
crypto/openssl/crypto/bn/rsaz_exp.h
34
const BN_ULONG base_norm[8], const BN_ULONG exponent[8],
crypto/openssl/test/bntest.c
3096
BIGNUM *base = NULL, *exponent = NULL, *modulo = NULL;
crypto/openssl/test/bntest.c
3101
|| !TEST_true(BN_dec2bn(&exponent, test->exp))
crypto/openssl/test/bntest.c
3105
if (!TEST_int_eq(BN_mod_exp(result, base, exponent, modulo, ctx), 1))
crypto/openssl/test/bntest.c
3120
BN_free(exponent);
crypto/openssl/test/bntest.c
3130
BIGNUM *base = NULL, *exponent = NULL, *modulo = NULL;
crypto/openssl/test/bntest.c
3135
|| !TEST_true(BN_dec2bn(&exponent, test->exp))
crypto/openssl/test/bntest.c
3140
BN_set_flags(exponent, BN_FLG_CONSTTIME);
crypto/openssl/test/bntest.c
3143
if (!TEST_int_eq(BN_mod_exp(result, base, exponent, modulo, ctx), 1))
crypto/openssl/test/bntest.c
3158
BN_free(exponent);
lib/libc/resolv/res_debug.c
756
int mantissa, exponent;
lib/libc/resolv/res_debug.c
759
exponent = (int)((prec >> 0) & 0x0f) % 10;
lib/libc/resolv/res_debug.c
761
val = mantissa * poweroften[exponent];
lib/libc/resolv/res_debug.c
773
int exponent;
lib/libc/resolv/res_debug.c
792
for (exponent = 0; exponent < 9; exponent++)
lib/libc/resolv/res_debug.c
793
if (cmval < poweroften[exponent+1])
lib/libc/resolv/res_debug.c
796
mantissa = cmval / poweroften[exponent];
lib/libc/resolv/res_debug.c
800
retval = (mantissa << 4) | exponent;
lib/libc/stdio/printfcommon.h
57
static int exponent(CHAR *, int, CHAR);
lib/libc/stdio/vfprintf.c
802
expsize = exponent(expstr, expt - 1, expchar);
lib/libc/stdio/vfwprintf.c
864
expsize = exponent(expstr, expt - 1, expchar);
lib/libc/stdio/xprintf_float.c
293
expsize = exponent(expstr, expt - 1, expchar);
stand/ficl/float.c
841
FICL_INT exponent = 0;
stand/ficl/float.c
950
exponent = exponent * 10 + digit;
stand/ficl/float.c
966
if (exponent != 0)
stand/ficl/float.c
971
exponent = -exponent;
stand/ficl/float.c
974
power = (float)pow(10.0, exponent);
sys/cam/ctl/ctl.c
6848
scsi_ulto4b(3, data->ti.exponent);
sys/cam/scsi/scsi_all.h
672
uint8_t exponent[4];
sys/dev/dwwdt/dwwdt.c
204
const int exponent = flsl(sc->sc_clk_freq);
sys/dev/dwwdt/dwwdt.c
209
val = MAX(0, timeout + exponent - DWWDT_EXP_OFFSET + 1);
sys/dev/mrsas/mrsas.h
920
} exponent;
sys/dev/otus/if_otus.c
2807
otus_get_delta_slope(uint32_t coeff, uint32_t *exponent, uint32_t *mantissa)
sys/dev/otus/if_otus.c
2823
*exponent = exp - 16;
sys/dev/qat/qat_api/include/lac/cpa_cy_ln.h
92
CpaFlatBuffer exponent;
sys/dev/usb/serial/uplcom.c
815
unsigned baseline, mantissa, exponent;
sys/dev/usb/serial/uplcom.c
831
exponent = 0;
sys/dev/usb/serial/uplcom.c
833
if (exponent < 7) {
sys/dev/usb/serial/uplcom.c
835
exponent++;
sys/dev/usb/serial/uplcom.c
845
buf[1] = exponent << 1 | mantissa >> 8;
sys/dev/usb/serial/uplcom.c
849
baud = (baseline / mantissa) >> (exponent << 1);
sys/x86/linux/linux_x86_sigframe.h
88
u_int16_t exponent;
sys/x86/linux/linux_x86_sigframe.h
93
u_int16_t exponent;