Home
last modified time | relevance | path

Searched defs:keylen (Results 1 – 25 of 101) sorted by relevance

12345

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_blake2sp_ref.c45 static int blake2sp_init_leaf( blake2s_state *S, size_t outlen, size_t keylen, uint32_t offset ) in blake2sp_init_leaf()
62 static int blake2sp_init_root( blake2s_state *S, size_t outlen, size_t keylen ) in blake2sp_init_root()
101 int blake2sp_init_key( blake2sp_state *S, size_t outlen, const void *key, size_t keylen ) in blake2sp_init_key()
216 … blake2sp( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen ) in blake2sp()
H A Darchive_blake2s_ref.c117 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ) in blake2s_init_key()
267 int blake2s( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen in blake2s()
/dflybsd-src/crypto/openssh/
H A Dxmss_hash.c38 …gned char *out, const unsigned int type, const unsigned char *key, unsigned int keylen, const unsi… in core_hash_SHA2()
71 int prf(unsigned char *out, const unsigned char *in, const unsigned char *key, unsigned int keylen) in prf()
79 …d char *in, unsigned long long inlen, const unsigned char *key, const unsigned int keylen, const u… in h_msg()
H A Dcipher-chachapoly-libcrypto.c42 chachapoly_new(const u_char *key, u_int keylen) in chachapoly_new()
/dflybsd-src/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c137 static void rc4init ( uint8_t * key, int keylen, rc4state * state) { in rc4init()
219 static int correct(PTW_attackstate * state, uint8_t * key, int keylen) { in correct()
241 static void getdrv(PTW_tableentry orgtable[][n], int keylen, double * normal, double * ausreiser) { in getdrv()
285 …byte, int fixat, uint8_t fixvalue, int * searchborders, uint8_t * key, int keylen, PTW_attackstate… in doRound()
319 static int doComputation(PTW_attackstate * state, uint8_t * key, int keylen, PTW_tableentry table[]… in doComputation()
363 int PTW_computeKey(PTW_attackstate * state, uint8_t * keybuf, int keylen, int testlimit) { in PTW_computeKey()
/dflybsd-src/crypto/libressl/crypto/evp/
H A Dp5_crpt2.c83 int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out) in PKCS5_PBKDF2_HMAC()
155 int saltlen, int iter, int keylen, unsigned char *out) in PKCS5_PBKDF2_HMAC_SHA1()
230 unsigned int keylen = 0; in PKCS5_v2_PBKDF2_keyivgen() local
/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_enc.c209 const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) in cms_EncryptedContent_init()
228 const unsigned char *key, size_t keylen) in CMS_EncryptedData_set1_key()
H A Dcms_smime.c240 size_t keylen, BIO *dcont, BIO *out, unsigned int flags) in CMS_EncryptedData_decrypt()
266 const unsigned char *key, size_t keylen, unsigned int flags) in CMS_EncryptedData_encrypt()
748 CMS_decrypt_set1_key(CMS_ContentInfo *cms, unsigned char *key, size_t keylen, in CMS_decrypt_set1_key()
/dflybsd-src/contrib/ldns/
H A Ddnssec_verify.c1825 ldns_gost2pkey_raw(const unsigned char* key, size_t keylen) in ldns_gost2pkey_raw()
1849 const ldns_buffer* rrset, const unsigned char* key, size_t keylen) in ldns_verify_rrsig_gost_raw()
1872 ldns_ed255192pkey_raw(const unsigned char* key, size_t keylen) in ldns_ed255192pkey_raw()
1892 ldns_buffer* rrset, unsigned char* key, size_t keylen) in ldns_verify_rrsig_ed25519_raw()
1910 ldns_ed4482pkey_raw(const unsigned char* key, size_t keylen) in ldns_ed4482pkey_raw()
1930 ldns_buffer* rrset, unsigned char* key, size_t keylen) in ldns_verify_rrsig_ed448_raw()
1948 ldns_ecdsa2pkey_raw(const unsigned char* key, size_t keylen, uint8_t algo) in ldns_ecdsa2pkey_raw()
1988 ldns_buffer* rrset, unsigned char* key, size_t keylen, uint8_t algo) in ldns_verify_rrsig_ecdsa_raw()
2022 ldns_buffer *verify_buf, unsigned char* key, size_t keylen, in ldns_verify_rrsig_buffers_raw()
2683 ldns_buffer* rrset, unsigned char* key, size_t keylen)
[all …]
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dp5_pbev2.c190 int alg_nid, keylen; in PKCS5_pbe2_set_iv() local
298 int keylen) in PKCS5_pbkdf2_set()
/dflybsd-src/lib/libtcplay/
H A Dpbkdf2-openssl.c39 int keylen, unsigned char *out) in pbkdf2()
/dflybsd-src/test/testcases/crypto/aes/
H A Daestest.c214 do_tests(const char *filename, int test_num, u_char *key, u_int keylen, in do_tests()
249 u_int keylen, textlen, tmp; in run_file() local
/dflybsd-src/test/testcases/crypto/twofish/
H A Dtwofish_test.c221 do_tests(const char *filename, int test_num, u_char *key, u_int keylen, in do_tests()
264 u_int keylen, textlen, tmp; in run_file() local
/dflybsd-src/test/testcases/crypto/serpent/
H A Dserpent_test.c221 do_tests(const char *filename, int test_num, u_char *key, u_int keylen, in do_tests()
264 u_int keylen, textlen, tmp; in run_file() local
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip()
/dflybsd-src/lib/librpcsvc/
H A Dyp_update.c59 yp_update(char *domain, char *map, unsigned int ypop, char *key, int keylen, in yp_update()
/dflybsd-src/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c75 ypmap_update(char *netname, char *map, unsigned int op, unsigned int keylen, in ypmap_update()
/dflybsd-src/sys/netproto/802_11/wlan_wep/
H A Dieee80211_crypto_wep.c340 u_int off, keylen; in wep_encrypt() local
423 u_int off, keylen; in wep_decrypt() local
/dflybsd-src/sys/crypto/rc4/
H A Drc4.c59 rc4_init(struct rc4_state *const state, const u_char *key, int keylen) in rc4_init()
/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec_pmeth.c211 pkey_ec_derive(EVP_PKEY_CTX * ctx, unsigned char *key, size_t * keylen) in pkey_ec_derive()
250 pkey_ec_kdf_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) in pkey_ec_kdf_derive()
/dflybsd-src/sys/crypto/blake2/
H A Dblake2s.h49 size_t outlen, size_t inlen, size_t keylen) in blake2s()
/dflybsd-src/lib/libc/citrus/
H A Dcitrus_memstream.c73 size_t keylen, len; in _citrus_memory_stream_matchline() local
/dflybsd-src/sys/net/
H A Dtoeplitz.c186 toeplitz_get_key(uint8_t *key, int keylen) in toeplitz_get_key()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dkdf.h80 # define EVP_PKEY_CTX_set1_hkdf_key(pctx, key, keylen) \ argument
/dflybsd-src/libexec/ypxfr/
H A Dypxfr_misc.c256 unsigned long keylen) in ypxfr_match()

12345