Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Dbn_lib.c494 if (tolen == -1) { in bn2binpad()
495 tolen = n; in bn2binpad()
501 if (tolen < n) in bn2binpad()
508 OPENSSL_cleanse(to, tolen); in bn2binpad()
509 return tolen; in bn2binpad()
528 return tolen; in bn2binpad()
533 if (tolen < 0) in BN_bn2binpad()
535 return bn2binpad(a, to, tolen, big); in BN_bn2binpad()
592 if (tolen < 0) in BN_bn2lebinpad()
594 return bn2binpad(a, to, tolen, little); in BN_bn2lebinpad()
[all …]
/openssl-master/doc/man3/
A DBN_bn2bin.pod15 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen);
18 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen);
21 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen);
42 and stores it at B<to>. B<tolen> indicates the length of the output buffer
43 B<to>. The result is padded with zeros if necessary. If B<tolen> is less than
/openssl-master/include/openssl/
A Dbn.h245 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen);
247 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen);
249 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen);

Completed in 6 milliseconds