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

12345

/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dstrndup.h39 size_t outlen; local
/freebsd-11-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_kdf.c64 int ECDH_KDF_X9_62(unsigned char *out, size_t outlen, argument
H A Dech_ossl.c108 static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mad.c36 int outlen = MLX5_ST_SZ_BYTES(mad_ifc_out); local
H A Dmlx5_cq.c102 mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u32 *in, int inlen, u32 *out, int outlen) argument
196 mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u32 *out, int outlen) argument
/freebsd-11-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 Dsha256-kdf.c32 hmac_sha256_kdf(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 Dsha512-kdf.c32 hmac_sha512_kdf(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 Dsha384-kdf.c32 hmac_sha384_kdf(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.c72 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
90 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-11-stable/bin/dd/
H A Dmisc.c110 static int outlen; local
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c84 int len, outlen, last; local
/freebsd-11-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-11-stable/sys/fs/cd9660/
H A Diso_rrip.h66 u_short *outlen; /* length of above */ member in struct:__anon11997
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c79 int outlen, i; local
134 int outlen; local
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dpkcs1.c18 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 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
97 pkcs1_v15_private_key_decrypt(struct crypto_rsa_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
[all...]
/freebsd-11-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-11-stable/sys/kgssapi/krb5/
H A Dkcrypto_aes.c317 aes_checksum(const struct krb5_key_state *ks, int usage, struct mbuf *inout, size_t skip, size_t inlen, size_t outlen) argument
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_mbstr.c99 int outform, outlen = 0; local
310 int *outlen; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dpmeth_fn.c203 EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) argument
237 EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) argument
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost94_keyx.c96 pkey_GOST94cp_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *key, size_t key_len) argument
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_ext.c135 size_t outlen = 0; local
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_pwri.c221 static int kek_unwrap_key(unsigned char *out, size_t *outlen, argument
274 static int kek_wrap_key(unsigned char *out, size_t *outlen, argument

Completed in 154 milliseconds

12345