Searched refs:exported_length (Results 1 – 1 of 1) sorted by relevance
429 size_t exported_length; in otPlatCryptoEcdsaGenerateKey() local442 &exported_length); in otPlatCryptoEcdsaGenerateKey()446 aKeyPair->mDerLength = exported_length; in otPlatCryptoEcdsaGenerateKey()567 size_t exported_length; in otPlatCryptoEcdsaExportPublicKey() local570 status = psa_export_public_key(aKeyRef, buffer, sizeof(buffer), &exported_length); in otPlatCryptoEcdsaExportPublicKey()575 __ASSERT_NO_MSG(exported_length == sizeof(buffer)); in otPlatCryptoEcdsaExportPublicKey()