Searched refs:ocs_hcu_algo (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | ocs-hcu.h | 19 enum ocs_hcu_algo { enum 67 enum ocs_hcu_algo algo; 83 int ocs_hcu_hash_init(struct ocs_hcu_hash_ctx *ctx, enum ocs_hcu_algo algo); 98 int ocs_hcu_digest(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, 101 int ocs_hcu_hmac(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo,
|
H A D | ocs-hcu.c | 129 static inline u32 ocs_hcu_num_chains(enum ocs_hcu_algo algo) in ocs_hcu_num_chains() 144 static inline u32 ocs_hcu_digest_size(enum ocs_hcu_algo algo) in ocs_hcu_digest_size() 245 enum ocs_hcu_algo algo) in ocs_hcu_get_intermediate_data() 288 enum ocs_hcu_algo algo) in ocs_hcu_set_intermediate_data() 308 enum ocs_hcu_algo algo, u8 *dgst, size_t dgst_len) in ocs_hcu_get_digest() 341 static int ocs_hcu_hw_cfg(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_hw_cfg() 586 int ocs_hcu_hash_init(struct ocs_hcu_hash_ctx *ctx, enum ocs_hcu_algo algo) in ocs_hcu_hash_init() 726 int ocs_hcu_digest(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_digest() 777 int ocs_hcu_hmac(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_hmac()
|
H A D | keembay-ocs-hcu-core.c | 75 enum ocs_hcu_algo algo;
|