Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_lib.c431 typedef enum {SIGNED, UNSIGNED} signedness_t; enumerator
537 return bin2bn(s, len, ret, BIG, UNSIGNED); in BN_bin2bn()
632 return bn2binpad(a, to, tolen, BIG, UNSIGNED); in BN_bn2binpad()
644 return bn2binpad(a, to, -1, BIG, UNSIGNED); in BN_bn2bin()
649 return bin2bn(s, len, ret, LITTLE, UNSIGNED); in BN_lebin2bn()
661 return bn2binpad(a, to, tolen, LITTLE, UNSIGNED); in BN_bn2lebinpad()

Completed in 6 milliseconds