Searched refs:keyMaterial (Results 1 – 8 of 8) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/ |
| D | CryptoKeyPlaintext.c | 57 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()
|
| D | CryptoKey.c | 53 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()
|
| D | CryptoKey.h | 180 uint8_t *keyMaterial; member
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/ |
| D | RNGLPF3RF.c | 414 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/ |
| D | AESCommonLPF3.c | 197 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/ |
| D | ECCParamsLPF3SW.c | 231 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/ |
| D | AESCTRDRBGXX.c | 366 randomKey->u.plaintext.keyMaterial, in AESCTRDRBG_generateKey()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/ |
| D | AESCMACLPF3.c | 1390 HSMLPF3_constructLoadPlaintextAssetToken(object->common.key.u.plaintext.keyMaterial, in AESCMACLPF3HSM_LoadKeyAsset()
|