Home
last modified time | relevance | path

Searched refs:hashcrypt_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.h164 typedef struct _hashcrypt_handle hashcrypt_handle_t; typedef
253 status_t HASHCRYPT_AES_SetKey(HASHCRYPT_Type *base, hashcrypt_handle_t *handle, const uint8_t *key,…
269 …HASHCRYPT_Type *base, hashcrypt_handle_t *handle, const uint8_t *plaintext, uint8_t *ciphertext, s…
285 …HASHCRYPT_Type *base, hashcrypt_handle_t *handle, const uint8_t *ciphertext, uint8_t *plaintext, s…
299 hashcrypt_handle_t *handle,
317 hashcrypt_handle_t *handle,
346 hashcrypt_handle_t *handle,
373 hashcrypt_handle_t *handle,
392 hashcrypt_handle_t *handle,
411 hashcrypt_handle_t *handle,
Dfsl_hashcrypt.c283 static status_t hashcrypt_check_need_key(HASHCRYPT_Type *base, hashcrypt_handle_t *handle) in hashcrypt_check_need_key()
386 static void hashcrypt_aes_load_userKey(HASHCRYPT_Type *base, hashcrypt_handle_t *handle) in hashcrypt_aes_load_userKey()
1201 status_t HASHCRYPT_AES_SetKey(HASHCRYPT_Type *base, hashcrypt_handle_t *handle, const uint8_t *key,… in HASHCRYPT_AES_SetKey()
1244 …HASHCRYPT_Type *base, hashcrypt_handle_t *handle, const uint8_t *plaintext, uint8_t *ciphertext, s… in HASHCRYPT_AES_EncryptEcb()
1285 …HASHCRYPT_Type *base, hashcrypt_handle_t *handle, const uint8_t *ciphertext, uint8_t *plaintext, s… in HASHCRYPT_AES_DecryptEcb()
1326 hashcrypt_handle_t *handle, in HASHCRYPT_AES_EncryptCbc()
1374 hashcrypt_handle_t *handle, in HASHCRYPT_AES_DecryptCbc()
1422 hashcrypt_handle_t *handle, in HASHCRYPT_AES_CryptCtr()
1532 hashcrypt_handle_t *handle, in HASHCRYPT_AES_CryptOfb()
1618 hashcrypt_handle_t *handle, in HASHCRYPT_AES_EncryptCfb()
[all …]