Home
last modified time | relevance | path

Searched refs:X_sign (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/crypto/asymmetric_keys/
Drsa.c126 int X_sign; in RSA_I2OSP() local
138 X = mpi_get_buffer(x, &X_size, &X_sign); in RSA_I2OSP()
141 if (X_sign < 0) { in RSA_I2OSP()