Searched defs:cipher_alg (Results 1 – 6 of 6) sorted by relevance
569 mbedtls_cipher_type_t cipher_alg; member710 mbedtls_cipher_type_t cipher_alg; member
153 mbedtls_cipher_type_t cipher_alg; in mbedtls_pkcs5_pbes2() local
1135 mbedtls_cipher_type_t cipher_alg; in pk_parse_key_pkcs8_encrypted_der() local
46 enum crypto_cipher_alg cipher_alg; member
344 struct cipher_alg { struct345 unsigned int cia_min_keysize;346 unsigned int cia_max_keysize;347 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,349 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);350 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);