Lines Matching defs:algo
154 …caam_hash_algo_t algo; /*!< selected algorithm from the set of supported algorithms in caam_hash_a… member
204 …caam_crc_algo_t algo; /*!< selected algorithm from the set of supported algorithms in caam_h… member
444 static caam_hash_algo_t hmac2hash_algo(caam_hash_algo_t algo) in hmac2hash_algo()
488 caam_hash_algo_t algo, in hmac_prehash_key()
2543 static status_t caam_hash_check_input_alg(caam_hash_algo_t algo) in caam_hash_check_input_alg()
2555 static inline bool caam_hash_alg_is_cmac(caam_hash_algo_t algo) in caam_hash_alg_is_cmac()
2560 static inline bool caam_hash_alg_is_hmac(caam_hash_algo_t algo) in caam_hash_alg_is_hmac()
2566 static inline bool caam_hash_alg_is_sha(caam_hash_algo_t algo) in caam_hash_alg_is_sha()
2573 …CAAM_Type *base, caam_hash_ctx_t *ctx, caam_hash_algo_t algo, const uint8_t *key, uint32_t keySize) in caam_hash_check_input_args()
2615 static uint32_t caam_hash_algo2mode(caam_hash_algo_t algo, uint32_t algState, uint32_t *algOutSize) in caam_hash_algo2mode()
2695 static uint32_t caam_hash_algo2ctx_size(caam_hash_algo_t algo, uint32_t how) in caam_hash_algo2ctx_size()
2901 caam_hash_algo_t algo, in caam_hash_schedule_input_data()
3120 caam_hash_algo_t algo, in CAAM_HASH_Init()
3477 caam_hash_algo_t algo, in CAAM_HASH()
3532 caam_hash_algo_t algo, in CAAM_HASH_NonBlocking()
3585 caam_hash_algo_t algo, in CAAM_HMAC_Init()
3618 caam_hash_algo_t algo, in CAAM_HMAC()
3689 caam_hash_algo_t algo, in CAAM_HMAC_NonBlocking()
3733 static status_t caam_crc_check_input_alg(caam_crc_algo_t algo) in caam_crc_check_input_alg()
3742 static inline bool caam_crc_alg_is_customcrc(caam_crc_algo_t algo) in caam_crc_alg_is_customcrc()
3748 …CAAM_Type *base, caam_hash_ctx_t *ctx, caam_crc_algo_t algo, const uint8_t *polynomial, size_t pol… in caam_crc_check_input_args()
3782 static uint32_t caam_crc_algo2mode(caam_crc_algo_t algo, uint32_t crcMode, uint32_t algState) in caam_crc_algo2mode()
3896 caam_crc_algo_t algo, in caam_crc_schedule_input_data()
4080 caam_crc_algo_t algo, in CAAM_CRC_Init()
4315 caam_crc_algo_t algo, in CAAM_CRC()
4369 caam_crc_algo_t algo, in CAAM_CRC_NonBlocking()