Home
last modified time | relevance | path

Searched refs:CryptoKeyPlaintext_initKey (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyPlaintext.h102 int_fast16_t CryptoKeyPlaintext_initKey(CryptoKey *keyHandle, uint8_t *key, size_t keyLength);
DCryptoKeyPlaintext.c54 int_fast16_t CryptoKeyPlaintext_initKey(CryptoKey *keyHandle, uint8_t *key, size_t keyLength) in CryptoKeyPlaintext_initKey() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c284 CryptoKeyPlaintext_initKey(&object->key, object->keyingMaterial, params->keyLength); in AESCTRDRBG_construct()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c463 CryptoKeyPlaintext_initKey(&cryptoKey, keyMaterial, sizeof(keyMaterial)); in RNGLPF3RF_conditionNoise()