HomeSort by relevance Sort by last modified time
    Searched refs:ossl_ssize_t (Results 1 - 7 of 7) sorted by null

  /external/openssl/
e_os2.h 293 # define ossl_ssize_t long macro
297 # define ossl_ssize_t long macro
305 # define ossl_ssize_t int macro
308 #ifndef ossl_ssize_t
309 # define ossl_ssize_t ssize_t macro
  /external/openssl/include/openssl/
e_os2.h 293 # define ossl_ssize_t long macro
297 # define ossl_ssize_t long macro
305 # define ossl_ssize_t int macro
308 #ifndef ossl_ssize_t
309 # define ossl_ssize_t ssize_t macro
cms.h 189 unsigned char *pass, ossl_ssize_t passlen);
227 ossl_ssize_t passlen);
232 ossl_ssize_t passlen,
  /external/openssl/crypto/bio/
bss_bio.c 280 static ossl_ssize_t bio_nread0(BIO *bio, char **buf)
283 ossl_ssize_t num;
318 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_)
321 ossl_ssize_t num, available;
326 num = (ossl_ssize_t)num_;
431 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf)
479 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_)
482 ossl_ssize_t num, space;
487 num = (ossl_ssize_t)num_;
  /external/openssl/crypto/cms/
cms.h 189 unsigned char *pass, ossl_ssize_t passlen);
227 ossl_ssize_t passlen);
232 ossl_ssize_t passlen,
cms_pwri.c 66 unsigned char *pass, ossl_ssize_t passlen)
86 ossl_ssize_t passlen,
cms_smime.c 710 unsigned char *pass, ossl_ssize_t passlen)

Completed in 110 milliseconds