Searched defs:outl (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-10-stable/sys/arm/include/
H A Dkatelib.h98 #define outl(port, lword) WriteWord((port), (lword)) macro
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dp_open.c114 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
H A Dp_seal.c114 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
H A Dbio_md.c122 static int md_read(BIO *b, char *out, int outl) argument
H A Dencode.c151 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, argument
198 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
271 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, argument
414 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
[all...]
H A Dbio_b64.c148 static int b64_read(BIO *b, char *out, int outl) argument
H A Dbio_enc.c148 static int enc_read(BIO *b, char *out, int outl) argument
H A Devp_test.c139 int outl, outl2; local
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Da_sign.c136 int i, inl = 0, outl = 0, outll = 0; local
239 size_t inl = 0, outl = 0, outll = 0; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/bio/
H A Dbf_null.c114 static int nullf_read(BIO *b, char *out, int outl) argument
H A Dbss_null.c104 static int null_read(BIO *b, char *out, int outl) argument
H A Dbf_buff.c141 static int buffer_read(BIO *b, char *out, int outl) argument
H A Dbf_lbuf.c140 static int linebuffer_read(BIO *b, char *out, int outl) argument
H A Dbss_fd.c143 static int fd_read(BIO *b, char *out, int outl) argument
H A Dbss_mem.c147 static int mem_read(BIO *b, char *out, int outl) argument
H A Dbss_sock.c134 static int sock_read(BIO *b, char *out, int outl) argument
H A Dbf_nbio.c127 static int nbiof_read(BIO *b, char *out, int outl) argument
H A Dbss_acpt.c301 static int acpt_read(BIO *b, char *out, int outl) argument
H A Dbss_rtcp.c189 static int rtcp_read(BIO *b, char *out, int outl) argument
H A Dbss_file.c239 static int MS_CALLBACK file_read(BIO *b, char *out, int outl) argument
H A Dbss_conn.c372 static int conn_read(BIO *b, char *out, int outl) argument
/freebsd-10-stable/crypto/openssl/crypto/pem/
H A Dpem_seal.c121 void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl, argument
145 PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl, unsigned char *out, int *outl, EVP_PKEY *priv) argument
/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_pwri.c227 int outl, rv = 0; local
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_cryptor.c418 int outl = 0; local
/freebsd-10-stable/crypto/openssl/ssl/
H A Dbio_ssl.c138 static int ssl_read(BIO *b, char *out, int outl) argument
221 static int ssl_write(BIO *b, const char *out, int outl) argument

Completed in 199 milliseconds

12