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

123456789

/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dstrndup.h39 size_t outlen; local
/freebsd-current/crypto/openssl/test/
H A Dpkey_meth_kdf_test.c24 size_t outlen = sizeof(out); local
73 size_t outlen = sizeof(out); local
127 size_t outlen = sizeof(out); local
H A Dpunycode_test.c169 size_t outlen; local
[all...]
/freebsd-current/contrib/wpa/src/crypto/
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 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 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 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 Dsha384-tlsprf.c29 tls_prf_sha384(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 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-current/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dgenerichash_blake2b.c11 crypto_generichash_blake2b(unsigned char *out, size_t outlen, argument
27 crypto_generichash_blake2b_salt_personal( unsigned char *out, size_t outlen, const unsigned char *in, unsigned long long inlen, const unsigned char *key, size_t keylen, const unsigned char *salt, const unsigned char *personal) argument
45 crypto_generichash_blake2b_init(crypto_generichash_blake2b_state *state, const unsigned char *key, const size_t keylen, const size_t outlen) argument
67 crypto_generichash_blake2b_init_salt_personal( crypto_generichash_blake2b_state *state, const unsigned char *key, const size_t keylen, const size_t outlen, const unsigned char *salt, const unsigned char *personal) argument
100 crypto_generichash_blake2b_final(crypto_generichash_blake2b_state *state, unsigned char *out, const size_t outlen) argument
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblake2b-long.c13 blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen) argument
/freebsd-current/crypto/openssl/crypto/ec/
H A Decdh_kdf.c24 int ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen, argument
57 int ECDH_KDF_X9_62(unsigned char *out, size_t outlen, argument
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mad.c37 int outlen = MLX5_ST_SZ_BYTES(mad_ifc_out); local
H A Dmlx5_fc_cmd.c93 int outlen = mlx5_cmd_fc_get_bulk_query_out_len(bulk_len); local
/freebsd-current/contrib/sendmail/libsm/
H A Dlowercase.c139 static int outlen = 0; local
H A Dt-ixlen.c43 int outlen, leni, lenx, ilen; local
/freebsd-current/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c84 int len, outlen, last; local
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_generichash/
H A Dcrypto_generichash.c54 crypto_generichash(unsigned char *out, size_t outlen, const unsigned char *in, argument
62 crypto_generichash_init(crypto_generichash_state *state, const unsigned char *key, const size_t keylen, const size_t outlen) argument
80 crypto_generichash_final(crypto_generichash_state *state, unsigned char *out, const size_t outlen) argument
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_kdf.c28 int ossl_dh_kdf_X9_42_asn1(unsigned char *out, size_t outlen, argument
66 int DH_KDF_X9_42(unsigned char *out, size_t outlen, argument
/freebsd-current/contrib/unifdef/win32/
H A Dwin32.c65 int outlen, cpylen, tmplen; local
/freebsd-current/crypto/openssl/demos/cipher/
H A Daeskeywrap.c61 int outlen, tmplen; local
119 int outlen, tmple local
[all...]
H A Dariacbc.c60 int outlen, tmplen; local
118 int outlen, tmple local
[all...]
/freebsd-current/sys/contrib/libb2/
H A Dblake2bp.c28 static int blake2bp_init_leaf( blake2b_state *S, uint8_t outlen, uint8_t keylen, uint64_t offset ) argument
47 static int blake2bp_init_root( blake2b_state *S, uint8_t outlen, uint8_t keylen ) argument
86 blake2bp_init_key( blake2bp_state *S, size_t outlen, const void *key, size_t keylen ) argument
196 blake2bp( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) argument
[all...]
H A Dblake2sp.c27 static int blake2sp_init_leaf( blake2s_state *S, uint8_t outlen, uint8_t keylen, uint64_t offset ) argument
45 static int blake2sp_init_root( blake2s_state *S, uint8_t outlen, uint8_t keylen ) argument
83 blake2sp_init_key( blake2sp_state *S, size_t outlen, const void *key, size_t keylen ) argument
194 blake2sp( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) argument
[all...]
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c16 size_t outlen; member in struct:__anon9572
113 size_t outlen; member in struct:__anon9573

Completed in 162 milliseconds

123456789