Home
last modified time | relevance | path

Searched refs:nonce (Results 1 – 3 of 3) sorted by relevance

/external/platform/cc13xx/cc13xxware/driverlib/
A Drom_crypto.c85 AES_CCM_EncryptData(uint8_t encryptFlag, uint8_t MACLen, uint8_t *nonce, in AES_CCM_EncryptData() argument
90 return aes_ccm_encrypt(encryptFlag, MACLen, nonce, plainText, textLen, in AES_CCM_EncryptData()
98 AES_CCM_DecryptData(uint8_t decryptFlag, uint8_t MACLen, uint8_t *nonce, in AES_CCM_DecryptData() argument
103 return aes_ccm_decrypt(decryptFlag, MACLen, nonce, cipherText, textLen, in AES_CCM_DecryptData()
122 uint8_t *aesKey, uint8_t *nonce, in AES_CTR_EncryptData() argument
125 return aes_ctr_encrypt(plainText, textLen, aesKey, nonce, initVector); in AES_CTR_EncryptData()
133 uint8_t *aesKey, uint8_t *nonce, in AES_CTR_DecryptData() argument
136 return aes_ctr_decrypt(cipherText, textLen, aesKey, nonce, initVector); in AES_CTR_DecryptData()
A Drom_crypto.h106 extern int8_t AES_CCM_EncryptData(uint8_t encryptFlag, uint8_t MACLen, uint8_t *nonce,
131 extern int8_t AES_CCM_DecryptData(uint8_t decryptFlag, uint8_t MACLen, uint8_t *nonce,
150 uint8_t *aesKey, uint8_t *nonce,
167 uint8_t *aesKey, uint8_t *nonce,
/external/platform/nrfx/hal/
A Dnrf_qspi.h293 uint32_t nonce[3]; /**< AES 96-bit nonce, stored on 3 32-bit words. */ member
925 p_reg->XIP_ENC.NONCE0 = p_cfg->nonce[0]; in nrf_qspi_xip_encryption_configure()
926 p_reg->XIP_ENC.NONCE1 = p_cfg->nonce[1]; in nrf_qspi_xip_encryption_configure()
927 p_reg->XIP_ENC.NONCE2 = p_cfg->nonce[2]; in nrf_qspi_xip_encryption_configure()
946 p_reg->DMA_ENC.NONCE0 = p_cfg->nonce[0]; in nrf_qspi_dma_encryption_configure()
947 p_reg->DMA_ENC.NONCE1 = p_cfg->nonce[1]; in nrf_qspi_dma_encryption_configure()
948 p_reg->DMA_ENC.NONCE2 = p_cfg->nonce[2]; in nrf_qspi_dma_encryption_configure()

Completed in 8 milliseconds