Lines Matching defs:data
431 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
448 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
465 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
484 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
503 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512()
652 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
671 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
730 int rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, in rc4_skip()
1226 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update()
1293 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
1299 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
2515 struct wpabuf * crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_sign()
2561 int crypto_ec_key_verify_signature(struct crypto_ec_key *key, const u8 *data, in crypto_ec_key_verify_signature()
2883 const u8 *data, size_t len, in crypto_ec_key_verify_signature_r_s()
3005 const u8 *data, size_t len) in crypto_ec_key_sign_r_s()