Searched refs:sha_algo_t (Results 1 – 2 of 2) sorted by relevance
64 } sha_algo_t; typedef105 status_t SHA_Init(SHA_Type *base, sha_ctx_t *ctx, sha_algo_t algo);
48 sha_algo_t algo; /*!< selected algorithm from the set of supported algorithms */136 static status_t sha_check_input_alg(sha_algo_t algo) in sha_check_input_alg()195 static status_t sha_check_input_args(SHA_Type *base, sha_ctx_t *ctx, sha_algo_t algo) in sha_check_input_args()499 status_t SHA_Init(SHA_Type *base, sha_ctx_t *ctx, sha_algo_t algo) in SHA_Init()