Searched defs:keylen (Results 1 – 9 of 9) sorted by path
/openssh-portable/ |
H A D | cipher-chachapoly-libcrypto.c | 43 chachapoly_new(const u_char *key, u_int keylen) in chachapoly_new()
|
H A D | cipher-chachapoly.c | 41 chachapoly_new(const u_char *key, u_int keylen) in chachapoly_new()
|
H A D | cipher.c | 249 const u_char *key, u_int keylen, const u_char *iv, u_int ivlen, in cipher_init()
|
H A D | packet.c | 2295 size_t keylen, ivlen, maclen; in newkeys_from_blob() local
|
H A D | sshconnect2.c | 2099 size_t siglen = 0, keylen = 0; in userauth_hostbased() local
|
H A D | sshkey-xmss.c | 272 size_t keylen = 0, ivlen = 0; in sshkey_xmss_init_enc_key() local 898 size_t i, keylen, ivlen, blocksize, authlen, encrypted_len, aadlen; in sshkey_xmss_encrypt_state() local 989 size_t keylen, ivlen, authlen, aadlen; in sshkey_xmss_decrypt_state() local
|
H A D | sshkey.c | 3840 size_t i, pubkeylen, keylen, ivlen, blocksize, authlen; in sshkey_private_to_blob2() local 4043 size_t keylen = 0, ivlen = 0, authlen = 0, slen = 0; in private2_decrypt() local
|
H A D | xmss_hash.c | 41 …gned char *out, const unsigned int type, const unsigned char *key, unsigned int keylen, const unsi… in core_hash_SHA2() 74 int prf(unsigned char *out, const unsigned char *in, const unsigned char *key, unsigned int keylen) in prf() 82 …d char *in, unsigned long long inlen, const unsigned char *key, const unsigned int keylen, const u… in h_msg()
|
/openssh-portable/openbsd-compat/ |
H A D | bcrypt_pbkdf.c | 114 u_int8_t *key, size_t keylen, unsigned int rounds) in bcrypt_pbkdf()
|
Completed in 35 milliseconds