Searched defs:neg (Results 1 – 13 of 13) sorted by relevance
/openssl/crypto/asn1/ |
H A D | x_int64.c | 51 int neg = 0; in uint64_i2c() local 76 int neg = 0; in uint64_c2i() local 144 int neg = 0; in uint32_i2c() local 177 int neg = 0; in uint32_c2i() local
|
H A D | a_int.c | 25 int neg, ret; in ASN1_INTEGER_cmp() local 97 static size_t i2c_ibuf(const unsigned char *b, size_t blen, int neg, in i2c_ibuf() 157 int neg, pad; in c2i_ibuf() local 256 int neg) in asn1_get_int64() 291 int neg; in ossl_c2i_ASN1_INTEGER() local 616 int ossl_c2i_uint64_int(uint64_t *ret, int *neg, in ossl_c2i_uint64_int() 633 int ossl_i2c_uint64_int(unsigned char *p, uint64_t r, int neg) in ossl_i2c_uint64_int()
|
H A D | t_pkey.c | 49 const char *neg; in ASN1_bn_print() local
|
/openssl/crypto/bn/ |
H A D | bn_mpi.c | 45 int neg = 0; in BN_mpi2bn() local
|
H A D | bn_conv.c | 123 int neg = 0, h, m, i, j, k, c; in BN_hex2bn() local 200 int neg = 0, i, j; in BN_dec2bn() local
|
H A D | bn_mul.c | 180 unsigned int neg, zero; in bn_mul_recursive() local 326 int c1, c2, neg; in bn_mul_part_recursive() local
|
H A D | bn_local.h | 254 int neg; /* one if the number is negative */ member
|
H A D | bn_lib.c | 439 int neg = 0, xor = 0, carry = 0; in bin2bn() local
|
/openssl/crypto/ec/curve448/ |
H A D | field.h | 150 static ossl_inline void gf_cond_neg(gf x, mask_t neg) in gf_cond_neg()
|
H A D | curve448.c | 92 static ossl_inline void cond_neg_niels(niels_t n, mask_t neg) in cond_neg_niels()
|
/openssl/crypto/x509/ |
H A D | t_x509.c | 516 const char *neg; in ossl_serial_number_print() local
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 59 const char *neg = ""; in DEFINE_SPECIAL_STACK_OF_CONST() local
|
/openssl/test/ |
H A D | bntest.c | 145 static unsigned int neg = 0; in rand_neg() local
|
Completed in 40 milliseconds