Searched defs:tfm (Results 1 - 7 of 7) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_des.c126 int des_setkey(struct crypto_tfm *tfm, const u8 *key, argument
355 void des_encrypt (struct crypto_tfm *tfm, uint8_t * out, const uint8_t * in) argument
370 des_decrypt(struct crypto_tfm *tfm, uint8_t * out, const uint8_t * in) argument
398 des3_ede_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
[all...]
H A Difxmips_arc4.c180 static int arc4_set_key(struct crypto_tfm *tfm, const u8 *inkey, argument
230 static void arc4_crypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
[all...]
H A Difxmips_md5_hmac.c133 static int md5_hmac_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
[all...]
H A Difxmips_sha1_hmac.c124 static int sha1_hmac_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
[all...]
H A Difxmips_aes.c130 int aes_set_key (struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
274 int ctr_rfc3686_aes_set_key (struct crypto_tfm *tfm, const uint8_t *in_key, unsigned int key_len) argument
411 aes_encrypt(struct crypto_tfm *tfm, uint8_t *out, const uint8_t *in) argument
425 aes_decrypt(struct crypto_tfm *tfm, uint8_t *out, const uint8_t *in) argument
[all...]
H A Difxmips_async_aes.c675 static int aes_setkey(struct crypto_ablkcipher *tfm, const u8 *in_key, argument
706 static int aes_generic_setkey(struct crypto_ablkcipher *tfm, const u8 *key, argument
722 rfc3686_aes_setkey(struct crypto_ablkcipher *tfm, const u8 *in_key, unsigned int keylen) argument
[all...]
H A Difxmips_async_des.c161 static int lq_des_setkey(struct crypto_ablkcipher *tfm, const u8 *key, argument
184 static int lq_des3_ede_setkey(struct crypto_ablkcipher *tfm, const u8 *in_key, argument

Completed in 36 milliseconds