Searched refs:cy_en_crypto_sha_mode_t (Results 1 – 19 of 19) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_crypto_core_rsa.h | 66 cy_en_crypto_sha_mode_t digestType, 73 cy_en_crypto_sha_mode_t digestType, 80 cy_en_crypto_sha_mode_t digestType, 91 cy_en_crypto_sha_mode_t digestType,
|
| D | cy_crypto_core_hkdf_v2.h | 45 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hkdf_Extract(CRYPTO_Type *base, cy_en_crypto_sha_mode_t mod… 52 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hkdf_Expand(CRYPTO_Type *base, cy_en_crypto_sha_mode_t mode… 60 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hkdf(CRYPTO_Type *base, cy_en_crypto_sha_mode_t mode, …
|
| D | cy_crypto_core_hkdf.h | 82 …n_crypto_status_t Cy_Crypto_Core_Hkdf_Extract(CRYPTO_Type *base, cy_en_crypto_sha_mode_t mode, … in Cy_Crypto_Core_Hkdf_Extract() 151 …en_crypto_status_t Cy_Crypto_Core_Hkdf_Expand(CRYPTO_Type *base, cy_en_crypto_sha_mode_t mode, … in Cy_Crypto_Core_Hkdf_Expand() 225 …INE cy_en_crypto_status_t Cy_Crypto_Core_Hkdf(CRYPTO_Type *base, cy_en_crypto_sha_mode_t mode, … in Cy_Crypto_Core_Hkdf()
|
| D | cy_crypto_core_sha.h | 50 cy_en_crypto_sha_mode_t mode); 89 cy_en_crypto_sha_mode_t mode) in Cy_Crypto_Core_Sha() 135 cy_en_crypto_sha_mode_t mode, in Cy_Crypto_Core_Sha_Init()
|
| D | cy_crypto_core_hmac.h | 53 cy_en_crypto_sha_mode_t mode); 100 cy_en_crypto_sha_mode_t mode) in Cy_Crypto_Core_Hmac() 146 …c_Init(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, cy_en_crypto_sha_mode_t mode, voi… in Cy_Crypto_Core_Hmac_Init()
|
| D | cy_crypto.h | 1356 cy_en_crypto_sha_mode_t mode, 1406 cy_en_crypto_sha_mode_t mode, 2042 cy_en_crypto_sha_mode_t digestType,
|
| D | cy_crypto_core_hmac_v2.h | 73 … cy_en_crypto_sha_mode_t mode, cy_stc_crypto_v2_hmac_buffers_t *hmacBuffer); 98 cy_en_crypto_sha_mode_t mode);
|
| D | cy_crypto_core_sha_v1.h | 104 cy_en_crypto_sha_mode_t mode, 126 cy_en_crypto_sha_mode_t mode);
|
| D | cy_crypto_core_sha_v2.h | 113 cy_en_crypto_sha_mode_t mode, 133 cy_en_crypto_sha_mode_t mode);
|
| D | cy_crypto_common.h | 529 } cy_en_crypto_sha_mode_t; typedef 1184 cy_en_crypto_sha_mode_t mode; 1506 cy_en_crypto_sha_mode_t digestType;
|
| D | cy_crypto_core_hmac_v1.h | 48 cy_en_crypto_sha_mode_t mode);
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_hkdf_v2.c | 46 static uint32_t Cy_Crypto_Core_sha_hashSize(cy_en_crypto_sha_mode_t mode) in Cy_Crypto_Core_sha_hashSize() 119 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hkdf_Extract(CRYPTO_Type *base, cy_en_crypto_sha_mode_t mod… in Cy_Crypto_Core_V2_Hkdf_Extract() 190 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hkdf_Expand(CRYPTO_Type *base, cy_en_crypto_sha_mode_t mode… in Cy_Crypto_Core_V2_Hkdf_Expand() 350 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hkdf(CRYPTO_Type *base, cy_en_crypto_sha_mode_t mode, … in Cy_Crypto_Core_V2_Hkdf()
|
| D | cy_crypto_core_sha_v2.c | 91 cy_en_crypto_sha_mode_t mode, in Cy_Crypto_Core_V2_Sha_Init() 347 switch ((cy_en_crypto_sha_mode_t)hashState->mode) in Cy_Crypto_Core_V2_Sha_Start() 839 switch ((cy_en_crypto_sha_mode_t)hashState->mode) in Cy_Crypto_Core_V2_Sha_Update() 914 switch ((cy_en_crypto_sha_mode_t)hashState->mode) in Cy_Crypto_Core_V2_Sha_Finish() 1000 switch ((cy_en_crypto_sha_mode_t)hashState->mode) in Cy_Crypto_Core_V2_Sha_Free() 1109 cy_en_crypto_sha_mode_t mode) in Cy_Crypto_Core_V2_Sha()
|
| D | cy_crypto_core_hmac_v2.c | 73 …c_Init(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, cy_en_crypto_sha_mode_t mode, cy_… in Cy_Crypto_Core_V2_Hmac_Init() 451 cy_en_crypto_sha_mode_t mode) in Cy_Crypto_Core_V2_Hmac()
|
| D | cy_crypto_core_sha_v1.c | 131 cy_en_crypto_sha_mode_t mode, in Cy_Crypto_Core_V1_Sha_Init() 582 cy_en_crypto_sha_mode_t mode) in Cy_Crypto_Core_V1_Sha()
|
| D | cy_crypto_core_rsa.c | 173 cy_en_crypto_sha_mode_t digestType, in Cy_Crypto_Core_Rsa_Verify() 236 cy_en_crypto_sha_mode_t digestType, in Cy_Crypto_Core_Rsa_Verify_Ext() 440 cy_en_crypto_sha_mode_t digestType, in Cy_Crypto_Core_Rsa_Sign()
|
| D | cy_crypto.c | 656 cy_en_crypto_sha_mode_t mode, in Cy_Crypto_Sha_Run() 690 cy_en_crypto_sha_mode_t mode, in Cy_Crypto_Hmac_Run() 1153 cy_en_crypto_sha_mode_t digestType, in Cy_Crypto_Rsa_Verify()
|
| D | cy_crypto_core_hmac_v1.c | 315 cy_en_crypto_sha_mode_t mode) in Cy_Crypto_Core_V1_Hmac()
|
| D | cy_crypto_core_ecc_eddsa.c | 1223 …tmpResult = Cy_Crypto_Core_Sha_Init(base, &shaHashState, (cy_en_crypto_sha_mode_t)CY_CRYPTO_MODE_S… in Cy_Crypto_Core_ED25519_MakePublicKey() 1422 …tmpResult = Cy_Crypto_Core_Sha_Init(base, &shaHashState, (cy_en_crypto_sha_mode_t)CY_CRYPTO_MODE_S… in Cy_Crypto_Core_ED25519_Sign() 2140 …tmpResult = Cy_Crypto_Core_Sha_Init(base, &shaHashState, (cy_en_crypto_sha_mode_t)CY_CRYPTO_MODE_S… in Cy_Crypto_Core_ED25519_Verify()
|