Lines Matching defs:key
38 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
86 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init()
115 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init()
154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
294 u8 key[16]; member
302 const u8 *iv, const u8 *key, in crypto_cipher_init()
420 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) in crypto_public_key_import()
450 struct crypto_private_key * crypto_private_key_import(const u8 *key, in crypto_private_key_import()
553 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, in crypto_rsa_encrypt_pkcs1()
579 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, in crypto_public_key_encrypt_pkcs1_v15()
588 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key, in crypto_private_key_sign_pkcs1()
597 void crypto_public_key_free(struct crypto_public_key *key) in crypto_public_key_free()
606 void crypto_private_key_free(struct crypto_private_key *key) in crypto_private_key_free()
615 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1()