Lines Matching defs:key
52 static int wc_EccPublicKeyToDer_ex(ecc_key *key, byte *output, in wc_EccPublicKeyToDer_ex()
146 static void ecc_key_deinit(ecc_key *key) in ecc_key_deinit()
376 static int wolfssl_hmac_vector(int type, const u8 *key, in wolfssl_hmac_vector()
425 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
433 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
442 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
450 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
459 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
467 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
478 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector()
486 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
497 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector()
505 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512()
535 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
558 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init()
607 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init()
656 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
675 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
734 int rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, in rc4_skip()
777 const u8 *iv, const u8 *key, in crypto_cipher_init()
1182 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
1265 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
1290 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
1297 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
1303 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
1636 ecc_key *key; member
2236 const u8 *key, size_t len) in crypto_ecdh_set_peerkey()
2301 struct crypto_ec_key *key; in crypto_ec_key_init() local
2319 void crypto_ec_key_deinit(struct crypto_ec_key *key) in crypto_ec_key_deinit()
2329 static WC_RNG * crypto_ec_key_init_rng(struct crypto_ec_key *key) in crypto_ec_key_init_rng()
2367 int crypto_ec_key_group(struct crypto_ec_key *key) in crypto_ec_key_group()
2404 static int crypto_ec_key_gen_public_key(struct crypto_ec_key *key) in crypto_ec_key_gen_public_key()
2430 struct wpabuf * crypto_ec_key_get_subject_public_key(struct crypto_ec_key *key) in crypto_ec_key_get_subject_public_key()
2519 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_sign()
2565 int crypto_ec_key_verify_signature(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_verify_signature()
2591 struct wpabuf * crypto_ec_key_get_ecprivate_key(struct crypto_ec_key *key, in crypto_ec_key_get_ecprivate_key()
2653 struct wpabuf * crypto_ec_key_get_pubkey_point(struct crypto_ec_key *key, in crypto_ec_key_get_pubkey_point()
2758 void crypto_ec_key_debug_print(const struct crypto_ec_key *key, in crypto_ec_key_debug_print()
2886 int crypto_ec_key_verify_signature_r_s(struct crypto_ec_key *key, in crypto_ec_key_verify_signature_r_s()
2911 struct crypto_ec_point * crypto_ec_key_get_public_key(struct crypto_ec_key *key) in crypto_ec_key_get_public_key()
2971 struct crypto_bignum * crypto_ec_key_get_private_key(struct crypto_ec_key *key) in crypto_ec_key_get_private_key()
3008 struct wpabuf * crypto_ec_key_sign_r_s(struct crypto_ec_key *key, in crypto_ec_key_sign_r_s()
3303 struct crypto_ec_key *key) in crypto_csr_set_ec_public_key()
3443 struct crypto_ec_key *key, in crypto_csr_sign()
3563 RsaKey key; member
3601 void crypto_rsa_key_free(struct crypto_rsa_key *key) in crypto_rsa_key_free()
3752 struct wpabuf * crypto_rsa_oaep_sha256_encrypt(struct crypto_rsa_key *key, in crypto_rsa_oaep_sha256_encrypt()
3796 struct wpabuf * crypto_rsa_oaep_sha256_decrypt(struct crypto_rsa_key *key, in crypto_rsa_oaep_sha256_decrypt()