Home
last modified time | relevance | path

Searched refs:keyMaterial (Results 1 – 8 of 8) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyPlaintext.c57 keyHandle->u.plaintext.keyMaterial = key; in CryptoKeyPlaintext_initKey()
70 keyHandle->u.plaintext.keyMaterial = keyLocation; in CryptoKeyPlaintext_initBlankKey()
81 keyHandle->u.plaintext.keyMaterial = location; in CryptoKeyPlaintext_setKeyLocation()
91 *location = keyHandle->u.plaintext.keyMaterial; in CryptoKeyPlaintext_getKeyLocation()
124 keyHandle->u.plaintext.keyMaterial = key; in CryptoKeyPlaintextHSM_initKey()
DCryptoKey.c53 ptr = cmse_has_unpriv_nonsecure_rw_access(secureKey->u.plaintext.keyMaterial, in CryptoKey_verifySecureKey()
58 ptr = cmse_has_unpriv_nonsecure_read_access(secureKey->u.plaintext.keyMaterial, in CryptoKey_verifySecureKey()
DCryptoKey.h180 uint8_t *keyMaterial; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c414 uint8_t keyMaterial[AES_BLOCK_SIZE]; in RNGLPF3RF_conditionNoise() local
424 RNGLPF3RF_storeUint32InArray(keyMaterial, RNGLPF3RF_noiseConditioningKeyWord0); in RNGLPF3RF_conditionNoise()
425 RNGLPF3RF_storeUint32InArray(keyMaterial + 4, RNGLPF3RF_noiseConditioningKeyWord1); in RNGLPF3RF_conditionNoise()
426 RNGLPF3RF_storeUint32InArray(keyMaterial + 8, RNGLPF3RF_noiseConditioningKeyWord2); in RNGLPF3RF_conditionNoise()
427 RNGLPF3RF_storeUint32InArray(keyMaterial + 12, RNGLPF3RF_noiseConditioningKeyWord3); in RNGLPF3RF_conditionNoise()
463 CryptoKeyPlaintext_initKey(&cryptoKey, keyMaterial, sizeof(keyMaterial)); in RNGLPF3RF_conditionNoise()
716 randomBits = key->u.plaintext.keyMaterial; in RNG_generateKey()
750 randomBits = key->u.plaintext.keyMaterial; in RNG_generateLEKeyInRange()
782 randomBits = key->u.plaintext.keyMaterial; in RNG_generateBEKeyInRange()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/aes/
DAESCommonLPF3.c197 const uint8_t *keyMaterial; in AESCommonLPF3_loadKey() local
202 keyMaterial = key->u.plaintext.keyMaterial; in AESCommonLPF3_loadKey()
204 DebugP_assert(keyMaterial); in AESCommonLPF3_loadKey()
210 AESWriteKEY(keyMaterial); in AESCommonLPF3_loadKey()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/ecc/
DECCParamsLPF3SW.c231 myPrivateKey->u.plaintext.keyMaterial[31] &= 0xF8; in ECCParams_formatCurve25519PrivateKey()
232 myPrivateKey->u.plaintext.keyMaterial[0] &= 0x7F; in ECCParams_formatCurve25519PrivateKey()
233 myPrivateKey->u.plaintext.keyMaterial[0] |= 0x40; in ECCParams_formatCurve25519PrivateKey()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c366 randomKey->u.plaintext.keyMaterial, in AESCTRDRBG_generateKey()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c1390 HSMLPF3_constructLoadPlaintextAssetToken(object->common.key.u.plaintext.keyMaterial, in AESCMACLPF3HSM_LoadKeyAsset()