Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c49 hashcrypt_algo_t algo; /*!< selected algorithm from the set of supported algorithms */ member
367 static void hashcrypt_engine_init(HASHCRYPT_Type *base, hashcrypt_algo_t algo) in hashcrypt_engine_init()
596 static status_t hashcrypt_sha_check_input_alg(HASHCRYPT_Type *base, hashcrypt_algo_t algo) in hashcrypt_sha_check_input_alg()
616 …hcrypt_sha_check_input_args(HASHCRYPT_Type *base, hashcrypt_hash_ctx_t *ctx, hashcrypt_algo_t algo) in hashcrypt_sha_check_input_args()
902 hashcrypt_algo_t algo, in HASHCRYPT_SHA()
928 status_t HASHCRYPT_SHA_Init(HASHCRYPT_Type *base, hashcrypt_hash_ctx_t *ctx, hashcrypt_algo_t algo) in HASHCRYPT_SHA_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sha/
Dfsl_sha.c48 sha_algo_t algo; /*!< selected algorithm from the set of supported algorithms */ member
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()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.c47 dcp_hash_algo_t algo; /*!< selected algorithm from the set of supported algorithms */ member
898 static status_t dcp_hash_check_input_alg(dcp_hash_algo_t algo) in dcp_hash_check_input_alg()
918 static status_t dcp_hash_check_input_args(DCP_Type *base, dcp_hash_ctx_t *ctx, dcp_hash_algo_t algo) in dcp_hash_check_input_args()
1201 …us_t DCP_HASH_Init(DCP_Type *base, dcp_handle_t *handle, dcp_hash_ctx_t *ctx, dcp_hash_algo_t algo) in DCP_HASH_Init()
1437 dcp_hash_algo_t algo, in DCP_HASH()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c146 …caam_hash_algo_t algo; /*!< selected algorithm from the set of supported algorithms in caam_hash_a… member
196 …caam_crc_algo_t algo; /*!< selected algorithm from the set of supported algorithms in caam_h… member
2455 static status_t caam_hash_check_input_alg(caam_hash_algo_t algo) in caam_hash_check_input_alg()
2465 static inline bool caam_hash_alg_is_cmac(caam_hash_algo_t algo) in caam_hash_alg_is_cmac()
2470 static inline bool caam_hash_alg_is_sha(caam_hash_algo_t algo) in caam_hash_alg_is_sha()
2477 …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()
2511 static uint32_t caam_hash_algo2mode(caam_hash_algo_t algo, uint32_t algState, uint32_t *algOutSize) in caam_hash_algo2mode()
2561 static uint32_t caam_hash_algo2ctx_size(caam_hash_algo_t algo, uint32_t how) in caam_hash_algo2ctx_size()
2733 caam_hash_algo_t algo, in caam_hash_schedule_input_data()
2937 caam_hash_algo_t algo, in CAAM_HASH_Init()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c2994 …ltc_hash_algo_t algo; /*!< selected algorithm from the set of supported algorithms in ltc_drv_hash… member
3002 static status_t ltc_hash_check_input_alg(ltc_hash_algo_t algo) in ltc_hash_check_input_alg()
3015 static inline bool ltc_hash_alg_is_cmac(ltc_hash_algo_t algo) in ltc_hash_alg_is_cmac()
3021 static inline bool ltc_hash_alg_is_sha(ltc_hash_algo_t algo) in ltc_hash_alg_is_sha()
3028 LTC_Type *base, ltc_hash_ctx_t *ctx, ltc_hash_algo_t algo, const uint8_t *key, uint32_t keySize) in ltc_hash_check_input_args()
3062 static uint32_t ltc_hash_algo2mode(ltc_hash_algo_t algo, ltc_mode_algorithm_state_t asMode, uint32_… in ltc_hash_algo2mode()
3111 ltc_mode_symmetric_alg_t algo; in ltc_hash_engine_init() local
3263 static uint32_t ltc_hash_get_block_size(ltc_hash_algo_t algo) in ltc_hash_get_block_size()
3546 status_t LTC_HASH_Init(LTC_Type *base, ltc_hash_ctx_t *ctx, ltc_hash_algo_t algo, const uint8_t *ke… in LTC_HASH_Init()
3794 ltc_hash_algo_t algo, in LTC_HASH()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c107 cau3_hash_algo_t algo; /*!< selected algorithm from the set of supported algorithms */ member
1624 static status_t cau3_hash_check_input_alg(cau3_hash_algo_t algo) in cau3_hash_check_input_alg()
1644 …c status_t cau3_hash_check_input_args(CAU3_Type *base, cau3_hash_ctx_t *ctx, cau3_hash_algo_t algo) in cau3_hash_check_input_args()
2061 status_t CAU3_HASH_Init(CAU3_Type *base, cau3_hash_ctx_t *ctx, cau3_hash_algo_t algo) in CAU3_HASH_Init()
2238 …CAU3_Type *base, cau3_hash_algo_t algo, const uint8_t *input, size_t inputSize, uint8_t *output, s… in CAU3_HASH()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClHash/inc/
DmcuxClHash_Types.h149 const mcuxClHash_Algo_t * algo; member