Searched defs:inlen (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-11.0-release/crypto/openssl/crypto/aes/
H A Daes_wrap.c59 AES_wrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
66 AES_unwrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
/freebsd-11.0-release/crypto/openssl/crypto/modes/
H A Dwrap128.c68 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
103 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dhash.c30 int crypto_hash_sha512(unsigned char *out,const unsigned char *in,unsigned long long inlen) argument
[all...]
H A Dblocks.c82 int crypto_hashblocks_sha512(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen) argument
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-11.0-release/crypto/openssl/crypto/ecdh/
H A Dech_key.c72 ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *eckey, void *(*KDF) (const void *in, size_t inlen, void *out, size_t *outlen)) argument
H A Dech_ossl.c108 ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, void *(*KDF) (const void *in, size_t inlen, void *out, size_t *outlen)) argument
/freebsd-11.0-release/contrib/wpa/src/crypto/
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 Dsha256-internal.c145 sha256_process(struct sha256_state *md, const unsigned char *in, unsigned long inlen) argument
/freebsd-11.0-release/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.0-release/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c176 int inlen; local
74 PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, int passlen, unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) argument
/freebsd-11.0-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c102 mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, struct mlx5_create_cq_mbox_in *in, int inlen) argument
H A Dmlx5_mr.c45 mlx5_core_create_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr, struct mlx5_create_mkey_mbox_in *in, int inlen, mlx5_cmd_cbk_t callback, void *context, struct mlx5_create_mkey_mbox_out *out) argument
H A Dmlx5_qp.c84 mlx5_core_create_qp(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, struct mlx5_create_qp_mbox_in *in, int inlen) argument
/freebsd-11.0-release/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...]
H A Drsa.c265 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, argument
/freebsd-11.0-release/sys/kgssapi/krb5/
H A Dkcrypto.c163 krb5_n_fold(uint8_t *out, size_t outlen, const uint8_t *in, size_t inlen) argument
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
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-11.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c164 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, argument
/freebsd-11.0-release/crypto/openssl/crypto/cms/
H A Dcms_pwri.c221 kek_unwrap_key(unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen, EVP_CIPHER_CTX *ctx) argument
274 kek_wrap_key(unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen, EVP_CIPHER_CTX *ctx) argument
[all...]
/freebsd-11.0-release/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.0-release/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

Completed in 373 milliseconds

1234