Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKey.c43 static int_fast16_t CryptoKey_verifySecureKey(const CryptoKey *secureKey, bool isWriteable) in CryptoKey_verifySecureKey() argument
48 …if ((secureKey->encoding == CryptoKey_PLAINTEXT) || (secureKey->encoding == CryptoKey_BLANK_PLAINT… in CryptoKey_verifySecureKey()
53 ptr = cmse_has_unpriv_nonsecure_rw_access(secureKey->u.plaintext.keyMaterial, in CryptoKey_verifySecureKey()
54 secureKey->u.plaintext.keyLength); in CryptoKey_verifySecureKey()
58 ptr = cmse_has_unpriv_nonsecure_read_access(secureKey->u.plaintext.keyMaterial, in CryptoKey_verifySecureKey()
59 secureKey->u.plaintext.keyLength); in CryptoKey_verifySecureKey()
67 …else if ((secureKey->encoding == CryptoKey_KEYSTORE) || (secureKey->encoding == CryptoKey_BLANK_KE… in CryptoKey_verifySecureKey()
78 int_fast16_t CryptoKey_verifySecureInputKey(const CryptoKey *secureKey) in CryptoKey_verifySecureInputKey() argument
80 return CryptoKey_verifySecureKey(secureKey, false); in CryptoKey_verifySecureInputKey()
86 int_fast16_t CryptoKey_verifySecureOutputKey(const CryptoKey *secureKey) in CryptoKey_verifySecureOutputKey() argument
[all …]
DCryptoKey.h274 int_fast16_t CryptoKey_verifySecureInputKey(const CryptoKey *secureKey);
289 int_fast16_t CryptoKey_verifySecureOutputKey(const CryptoKey *secureKey);