Searched defs:key_len (Results 1 - 25 of 123) sorted by relevance

12345

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dp_enc.c69 EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, int key_len, EVP_PKEY *pubk) argument
/freebsd-11-stable/contrib/ntp/sntp/
H A Dcrypto.h22 int key_len; member in struct:key
/freebsd-11-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_aesctr1.c49 size_t key_len; member in struct:__anon4679
H A Dh_md5hmac.c44 size_t key_len; member in struct:__anon4681
H A Dh_sha1hmac.c44 size_t key_len; member in struct:__anon4682
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dmd5.c26 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, argument
105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, argument
[all...]
H A Dsha256.c26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, argument
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, argument
[all...]
H A Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label, argument
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, argument
H A Dsha1.c26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, argument
104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, argument
[all...]
H A Dsha512.c26 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, argument
100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, argument
[all...]
H A Dsha384.c26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, argument
100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, argument
[all...]
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, argument
H A Dsha256-prf.c30 int sha256_prf(const u8 *key, size_t key_len, const char *label, argument
54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, argument
H A Dsha512-prf.c30 int sha512_prf(const u8 *key, size_t key_len, const char *label, argument
54 int sha512_prf_bits(const u8 *key, size_t key_len, const char *label, argument
H A Dsha384-prf.c30 int sha384_prf(const u8 *key, size_t key_len, const char *label, argument
54 int sha384_prf_bits(const u8 *key, size_t key_len, const char *label, argument
H A Dcrypto_internal.c35 size_t key_len; member in struct:crypto_hash
39 crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, size_t key_len) argument
[all...]
H A Dcrypto_internal-cipher.c43 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
H A Daes-omac1.c43 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, argument
/freebsd-11-stable/crypto/openssh/
H A Dmac.h36 u_int key_len; member in struct:sshmac
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_peap_common.c15 int peap_prfplus(int version, const u8 *key, size_t key_len, argument
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhmactest.c84 int key_len; member in struct:test_st
H A Dhmac.c240 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, argument
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DkeyFile.c50 CompareKeysAlternative( int key_id, int key_len, const char * type, const char * key_seq, struct key actual ) argument
[all...]
/freebsd-11-stable/contrib/dma/
H A Dcrypto.c186 hmac_md5(unsigned char *text, int text_len, unsigned char *key, int key_len, argument

Completed in 203 milliseconds

12345