Searched defs:outl (Results 1 - 25 of 46) sorted by last modified time

12

/freebsd-10.3-release/sys/x86/include/
H A Dbus.h1035 #define outl(a, b) compiler_error macro
/freebsd-10.3-release/sys/powerpc/include/
H A Dpio.h155 #define outl(a,v) (__outl((volatile u_int32_t *)(a), v)) macro
/freebsd-10.3-release/sys/pc98/include/
H A Dbus.h577 #define outl(a, b) compiler_error macro
/freebsd-10.3-release/sys/ia64/include/
H A Dbus.h106 #define outl bus_space_write_io_4 macro
/freebsd-10.3-release/sys/i386/include/
H A Dcpufunc.h293 outl(u_int port, u_int data) function
/freebsd-10.3-release/sys/arm/include/
H A Dkatelib.h98 #define outl(port, lword) WriteWord((port), (lword)) macro
/freebsd-10.3-release/sys/amd64/include/
H A Dcpufunc.h271 outl(u_int port, u_int data) function
/freebsd-10.3-release/crypto/openssl/ssl/
H A Ds3_srvr.c2424 int padl, outl; local
H A Ds3_clnt.c2467 int padl, outl = sizeof(epms); local
[all...]
H A Dkssl.c2026 int outl, unencbufsize; local
H A Dd1_clnt.c1086 int padl, outl = sizeof(epms); local
[all...]
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
/freebsd-10.3-release/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
H A Dpem_lib.c597 int nlen, n, i, j, outl; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A Dp_seal.c114 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
H A Dp_open.c114 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
H A Devp_test.c139 int outl, outl2; local
H A Devp_enc.c254 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, argument
263 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
271 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
305 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, argument
368 EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
375 EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
417 EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) argument
471 EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
478 EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
[all...]
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_ok.c213 static int ok_read(BIO *b, char *out, int outl) argument
H A Dbio_md.c122 static int md_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 Dbio_b64.c148 static int b64_read(BIO *b, char *out, int outl) argument
/freebsd-10.3-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c519 static int bio_zlib_read(BIO *b, char *out, int outl) argument
/freebsd-10.3-release/crypto/openssl/crypto/cms/
H A Dcms_pwri.c227 int outl, rv = 0; local

Completed in 317 milliseconds

12