Searched refs:crypto_type (Results 1 – 9 of 9) sorted by relevance
14 extern const struct crypto_type crypto_shash_type;
40 static const struct crypto_type crypto_scomp_type;335 static const struct crypto_type crypto_scomp_type = {
176 static const struct crypto_type crypto_aead_type = {
38 static const struct crypto_type crypto_skcipher_type;611 static const struct crypto_type crypto_skcipher_type = {
816 static const struct crypto_type crypto_ahash_type = {
329 int crypto_type; member1096 switch (ctx->crypto_type) { in artpec6_crypto_encrypt()1106 switch (ctx->crypto_type) { in artpec6_crypto_encrypt()1141 switch (ctx->crypto_type) { in artpec6_crypto_decrypt()1152 switch (ctx->crypto_type) { in artpec6_crypto_decrypt()1540 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB; in artpec6_crypto_aes_ecb_init()1557 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR; in artpec6_crypto_aes_ctr_init()1568 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC; in artpec6_crypto_aes_cbc_init()1579 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS; in artpec6_crypto_aes_xts_init()1702 if (ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_XTS) in artpec6_crypto_prepare_crypto()[all …]
136 int crypto_type) in mlx5_crypto_cmd_sync_crypto() argument143 crypto_type); in mlx5_crypto_cmd_sync_crypto()146 MLX5_SET(sync_crypto_in, in, crypto_type, crypto_type); in mlx5_crypto_cmd_sync_crypto()152 crypto_type, err); in mlx5_crypto_cmd_sync_crypto()
96 const struct crypto_type *frontend;
1285 u8 crypto_type[0x10]; member