Home
last modified time | relevance | path

Searched defs:key_len (Results 1 – 25 of 146) sorted by relevance

123456

/netbsd-src/external/bsd/libfido2/dist/src/
H A Dhid.c11 get_key_len(uint8_t tag, uint8_t *key, size_t *key_len) in get_key_len()
28 get_key_val(const void *body, size_t key_len, uint32_t *val) in get_key_val()
63 size_t key_len; in fido_hid_get_usage() local
96 size_t key_len; in fido_hid_get_report_len() local
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Dsha1.c26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
H A Dmd5.c26 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
H A Dsha512-prf.c30 int sha512_prf(const u8 *key, size_t key_len, const char *label, in sha512_prf()
54 int sha512_prf_bits(const u8 *key, size_t key_len, const char *label, in sha512_prf_bits()
H A Dsha256-prf.c30 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf()
54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits()
H A Dsha384-prf.c30 int sha384_prf(const u8 *key, size_t key_len, const char *label, in sha384_prf()
54 int sha384_prf_bits(const u8 *key, size_t key_len, const char *label, in sha384_prf_bits()
H A Daes-siv.c64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v()
119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt()
162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt()
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
H A Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf()
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf()
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dhip_55.c28 isc_buffer_t key_len; in fromtext_hip() local
125 unsigned int length, key_len, hit_len; in totext_hip() local
199 uint16_t key_len; in fromwire_hip() local
478 uint16_t key_len; casecompare_hip() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dhip_55.c29 isc_buffer_t key_len; in fromtext_hip() local
126 unsigned int length, key_len, hit_len; in totext_hip() local
200 uint16_t key_len; in fromwire_hip() local
478 uint16_t key_len; in casecompare_hip() local
/netbsd-src/sys/netinet/
H A Dsctp_hashdriver.c69 void sctp_hash_digest(char *key, int key_len, char *text, int text_len, in sctp_hash_digest()
155 void sctp_hash_digest_m(char *key, int key_len, struct mbuf *m, int offset, in sctp_hash_digest_m()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.c236 BINHASH_INFO *binhash_enter(BINHASH *table, const void *key, ssize_t key_len, void *value) in binhash_enter()
252 void *binhash_find(BINHASH *table, const void *key, ssize_t key_len) in binhash_find()
267 BINHASH_INFO *binhash_locate(BINHASH *table, const void *key, ssize_t key_len) in binhash_locate()
280 void binhash_delete(BINHASH *table, const void *key, ssize_t key_len, void (*free_fn) (void *)) in binhash_delete()
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Deap_pax_common.c30 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_kdf()
87 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_mac()
H A Dikev2_common.c56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash()
97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash()
113 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus()
175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt()
210 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
H A Deap_eke_common.c183 static int eap_eke_prf(u8 prf, const u8 *key, size_t key_len, const u8 *data, in eap_eke_prf()
208 static int eap_eke_prf_hmac_sha1(const u8 *key, size_t key_len, const u8 *data, in eap_eke_prf_hmac_sha1()
249 static int eap_eke_prf_hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in eap_eke_prf_hmac_sha256()
290 static int eap_eke_prfplus(u8 prf, const u8 *key, size_t key_len, in eap_eke_prfplus()
310 size_t key_len = 16; /* Only AES-128-CBC is used here */ in eap_eke_derive_key() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dp_enc.c18 int key_len, EVP_PKEY *pubk) in EVP_PKEY_encrypt_old()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/kdf/
H A Dhkdf.c42 size_t key_len; member
259 const unsigned char *key, size_t key_len, in HKDF()
278 const unsigned char *key, size_t key_len, in HKDF_Extract()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp_enc.c22 int key_len, EVP_PKEY *pubk) in EVP_PKEY_encrypt_old()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Devp.h135 int key_len; member
248 key_len, iv_len, flags, init_key, cleanup, \ argument
263 #define BLOCK_CIPHER_def_cbc(cname, kstruct, nid, block_size, key_len, \ argument
269 #define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \ argument
276 #define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \ argument
283 #define BLOCK_CIPHER_def_ecb(cname, kstruct, nid, block_size, key_len, \ argument
290 nid, block_size, key_len, iv_len, cbits, flags, \ argument
360 block_size, key_len, iv_len, cbits, \ argument
/netbsd-src/sys/miscfs/deadfs/
H A Ddead_vfsops.c95 size_t *key_len, const void **new_key) in dead_newvnode()
/netbsd-src/lib/libcrypt/
H A Dhmac.c68 const unsigned char *key, size_t key_len, in HMAC_FUNC() argument
287 int key_len; in main() local
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dkeygen.c7 size_t key_len; member
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
H A Dkrb5kdf.c54 size_t key_len; member
328 const unsigned char *key, size_t key_len) in cipher_init()
356 const unsigned char *key, size_t key_len, in KRB5KDF()

123456