Searched refs:ossl_ssize_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/crypto/openssl/
H A De_os2.h306 # define ossl_ssize_t long macro
310 # define ossl_ssize_t long macro
318 # define ossl_ssize_t int macro
321 # ifndef ossl_ssize_t
322 # define ossl_ssize_t ssize_t macro
/freebsd-10.2-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c273 static ossl_ssize_t bio_nread0(BIO *bio, char **buf)
276 ossl_ssize_t num;
310 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_)
313 ossl_ssize_t num, available;
318 num = (ossl_ssize_t) num_;
418 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf)
466 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_)
469 ossl_ssize_t num, space;
474 num = (ossl_ssize_t) num_;
/freebsd-10.2-release/crypto/openssl/crypto/cms/
H A Dcms.h188 unsigned char *pass, ossl_ssize_t passlen);
227 ossl_ssize_t passlen);
233 ossl_ssize_t passlen,
H A Dcms_pwri.c67 unsigned char *pass, ossl_ssize_t passlen)
87 ossl_ssize_t passlen,
H A Dcms_smime.c663 unsigned char *pass, ossl_ssize_t passlen)

Completed in 128 milliseconds