Searched defs:outlen (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dstrndup.h39 size_t outlen; local
/freebsd-10-stable/crypto/openssl/crypto/ecdh/
H A Dech_key.c72 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, argument
H A Dech_ossl.c108 static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, argument
[all...]
H A Decdhtest.c109 KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen) argument
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dsha256-tlsprf.c29 tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, 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 Dsha1-tlsprf.c30 tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) argument
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c84 int len, outlen, last; local
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fw.c49 int outlen = MLX5_ST_SZ_BYTES(query_adapter_out); local
73 int outlen = MLX5_ST_SZ_BYTES(query_adapter_out); local
32 mlx5_cmd_query_adapter(struct mlx5_core_dev *dev, u32 *out, int outlen) argument
H A Dmlx5_diagnostics.c167 int outlen; local
H A Dmlx5_mr.c129 mlx5_core_query_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr, struct mlx5_query_mkey_mbox_out *out, int outlen) 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
H A Dtlsv1_common.c309 tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) argument
/freebsd-10-stable/sys/fs/cd9660/
H A Diso_rrip.h66 u_short *outlen; /* length of above */ member in struct:__anon10223
/freebsd-10-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c79 int outlen, i; local
134 int outlen; local
/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/crypto/heimdal/lib/krb5/
H A Dtest_addr.c75 truncated_addr(krb5_context context, const char *addr, size_t truncate_len, size_t outlen) argument
/freebsd-10-stable/sys/kgssapi/krb5/
H A Dkcrypto_arcfour.c162 arcfour_checksum(const struct krb5_key_state *ks, int usage, struct mbuf *inout, size_t skip, size_t inlen, size_t outlen) argument
H A Dkcrypto_des.c227 des1_checksum(const struct krb5_key_state *ks, int usage, struct mbuf *inout, size_t skip, size_t inlen, size_t outlen) argument
H A Dkcrypto_des3.c228 des3_checksum(const struct krb5_key_state *ks, int usage, struct mbuf *inout, size_t skip, size_t inlen, size_t outlen) argument
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Da_mbstr.c99 int outform, outlen = 0; local
310 int *outlen; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec_pmeth.c169 size_t outlen; local
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dpmeth_fn.c201 EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) argument
235 EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) argument
/freebsd-10-stable/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c215 long i, outlen = 0; local

Completed in 134 milliseconds

1234