Lines Matching defs:key

391 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher)  in des_encrypt()
425 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip()
524 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init()
581 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init()
748 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
775 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
918 const u8 *iv, const u8 *key, in crypto_cipher_init()
1395 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
1593 static int openssl_hmac_vector(char *digest, const u8 *key, in openssl_hmac_vector()
1661 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
1669 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
1678 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
1686 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
1695 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
1703 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
1714 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector()
1722 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
1733 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector()
1741 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512()
1751 static int openssl_hmac_vector(const EVP_MD *type, const u8 *key, in openssl_hmac_vector()
1783 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
1791 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
1800 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
1808 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
1817 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
1825 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
1836 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector()
1844 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
1855 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector()
1863 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512()
1892 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
1978 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
1985 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
1991 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
2955 const u8 *key, size_t len) in crypto_ecdh_set_peerkey()
3452 struct crypto_ec_key *key; in crypto_ec_key_set_pub_point() local
3582 void crypto_ec_key_deinit(struct crypto_ec_key *key) in crypto_ec_key_deinit()
3615 struct wpabuf * crypto_ec_key_get_subject_public_key(struct crypto_ec_key *key) in crypto_ec_key_get_subject_public_key()
3755 struct wpabuf * crypto_ec_key_get_ecprivate_key(struct crypto_ec_key *key, in crypto_ec_key_get_ecprivate_key()
3829 struct wpabuf * crypto_ec_key_get_pubkey_point(struct crypto_ec_key *key, in crypto_ec_key_get_pubkey_point()
3913 crypto_ec_key_get_public_key(struct crypto_ec_key *key) in crypto_ec_key_get_public_key()
3972 crypto_ec_key_get_private_key(struct crypto_ec_key *key) in crypto_ec_key_get_private_key()
3997 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_sign()
4025 static int openssl_evp_pkey_ec_prime_len(struct crypto_ec_key *key) in openssl_evp_pkey_ec_prime_len()
4070 struct wpabuf * crypto_ec_key_sign_r_s(struct crypto_ec_key *key, in crypto_ec_key_sign_r_s()
4116 int crypto_ec_key_verify_signature(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_verify_signature()
4138 int crypto_ec_key_verify_signature_r_s(struct crypto_ec_key *key, in crypto_ec_key_verify_signature_r_s()
4175 int crypto_ec_key_group(struct crypto_ec_key *key) in crypto_ec_key_group()
4239 void crypto_ec_key_debug_print(const struct crypto_ec_key *key, in crypto_ec_key_debug_print()
4392 int crypto_csr_set_ec_public_key(struct crypto_csr *csr, struct crypto_ec_key *key) in crypto_csr_set_ec_public_key()
4507 struct crypto_ec_key *key, in crypto_csr_sign()
4613 struct wpabuf * crypto_rsa_oaep_sha256_encrypt(struct crypto_rsa_key *key, in crypto_rsa_oaep_sha256_encrypt()
4650 struct wpabuf * crypto_rsa_oaep_sha256_decrypt(struct crypto_rsa_key *key, in crypto_rsa_oaep_sha256_decrypt()
4689 void crypto_rsa_key_free(struct crypto_rsa_key *key) in crypto_rsa_key_free()
4724 u8 key[HPKE_MAX_KEY_LEN]; member
4738 struct crypto_ec_key *key) in hpke_get_context()