Home
last modified time | relevance | path

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

/modules/openthread/platform/
A Dcrypto_psa.c292 psa_key_id_t *key_ref; in otPlatCryptoAesInit() local
298 key_ref = aContext->mContext; in otPlatCryptoAesInit()
299 *key_ref = (psa_key_id_t)0; /* In TF-M 1.5.0 this can be replaced with PSA_KEY_ID_NULL */ in otPlatCryptoAesInit()
306 psa_key_id_t *key_ref; in otPlatCryptoAesSetKey() local
312 key_ref = aContext->mContext; in otPlatCryptoAesSetKey()
313 *key_ref = aKey->mKeyRef; in otPlatCryptoAesSetKey()
322 psa_key_id_t *key_ref; in otPlatCryptoAesEncrypt() local
329 key_ref = aContext->mContext; in otPlatCryptoAesEncrypt()
330 status = psa_cipher_encrypt(*key_ref, PSA_ALG_ECB_NO_PADDING, aInput, block_size, aOutput, in otPlatCryptoAesEncrypt()

Completed in 6 milliseconds