Searched defs:inlen (Results 1 - 25 of 80) sorted by path

1234

/freebsd-10-stable/contrib/apr-util/crypto/
H A Dapr_crypto_nss.c615 crypto_block_encrypt(unsigned char **out, apr_size_t *outlen, const unsigned char *in, apr_size_t inlen, apr_crypto_block_t *block) argument
779 crypto_block_decrypt(unsigned char **out, apr_size_t *outlen, const unsigned char *in, apr_size_t inlen, apr_crypto_block_t *block) argument
[all...]
H A Dapr_crypto_openssl.c561 crypto_block_encrypt(unsigned char **out, apr_size_t *outlen, const unsigned char *in, apr_size_t inlen, apr_crypto_block_t *ctx) argument
716 crypto_block_decrypt(unsigned char **out, apr_size_t *outlen, const unsigned char *in, apr_size_t inlen, apr_crypto_block_t *ctx) argument
[all...]
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestcrypto.c383 apr_size_t inlen = sizeof(ALIGNED_STRING); local
145 encrypt_block(abts_case *tc, apr_pool_t *pool, const apr_crypto_driver_t *driver, const apr_crypto_t *f, const apr_crypto_key_t *key, const unsigned char *in, const apr_size_t inlen, unsigned char **cipherText, apr_size_t *cipherTextLen, const unsigned char **iv, apr_size_t *blockSize, const char *description) argument
315 crypto_block_cross(abts_case *tc, apr_pool_t *pool, const apr_crypto_driver_t **drivers, const apr_crypto_block_key_type_e type, const apr_crypto_block_key_mode_e mode, int doPad, const unsigned char *in, apr_size_t inlen, const char *description) argument
417 apr_size_t inlen = sizeof(ALIGNED_STRING); local
451 apr_size_t inlen = sizeof(ALIGNED_STRING); local
490 apr_size_t inlen = sizeof(ALIGNED_STRING); local
529 apr_size_t inlen = sizeof(TEST_STRING); local
566 apr_size_t inlen = sizeof(TEST_STRING); local
608 apr_size_t inlen = sizeof(TEST_STRING); local
649 apr_size_t inlen = sizeof(TEST_STRING); local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dregcache.c1010 deprecated_write_register_bytes (int myregstart, char *myaddr, int inlen) argument
H A Dwince-stub.c168 getmemory (LPCWSTR huh, int s, gdb_wince_id what, gdb_wince_len *inlen) argument
/freebsd-10-stable/contrib/libucl/tests/
H A Dtest_basic.c36 int ret = 0, inlen, opt, json = 0; local
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c163 bio_bufferevent_write(BIO *b, const char *in, int inlen) argument
/freebsd-10-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c798 unsigned int inlen, out2len; local
[all...]
/freebsd-10-stable/contrib/serf/buckets/
H A Dssl_buckets.c248 static int bio_bucket_read(BIO *bio, char *in, int inlen) argument
320 static int bio_file_read(BIO *bio, char *in, int inlen) argument
358 static int bio_file_gets(BIO *bio, char *in, int inlen) argument
/freebsd-10-stable/contrib/smbfs/lib/smb/
H A Dnls.c109 size_t inlen, outlen; local
132 size_t inlen, outlen; local
156 size_t inlen, outlen; local
182 size_t inlen, outlen; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnserve/
H A Dcyrus_auth.c56 canonicalize_username(sasl_conn_t *conn, void *context, const char *in, unsigned inlen, unsigned flags, const char *user_realm, char *out, unsigned out_max, unsigned *out_len) argument
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dcrypto_cryptoapi.c701 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
736 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
H A Dcrypto_internal-rsa.c63 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
72 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
H A Dcrypto_libtomcrypt.c486 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
549 crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
575 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
584 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
[all...]
H A Dsha256-internal.c145 sha256_process(struct sha256_state *md, const unsigned char *in, unsigned long inlen) argument
/freebsd-10-stable/contrib/wpa/src/tls/
H A Dpkcs1.c16 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
79 pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, int use_private, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
95 pkcs1_v15_private_key_decrypt(struct crypto_rsa_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
[all...]
H A Drsa.c242 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, argument
/freebsd-10-stable/crypto/openssh/
H A Dblocks.c82 int crypto_hashblocks_sha512(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen) argument
H A Dhash.c30 int crypto_hash_sha512(unsigned char *out,const unsigned char *in,unsigned long long inlen) argument
[all...]
H A Dpoly1305.c34 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[POLY1305_KEYLEN]) { argument
/freebsd-10-stable/crypto/openssl/apps/
H A Dpkeyutl.c495 do_keyop(EVP_PKEY_CTX *ctx, int pkey_op, unsigned char *out, size_t *poutlen, unsigned char *in, size_t inlen) argument
H A Ds_client.c584 next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) argument
H A Dspeed.c354 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, argument
/freebsd-10-stable/crypto/openssl/crypto/aes/
H A Daes_wrap.c63 AES_wrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
97 AES_unwrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Da_strnid.c129 ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, int inlen, int inform, int nid) argument

Completed in 335 milliseconds

1234