Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/examples/
A Dobjects.c303 CK_KEY_TYPE xKeyType = CKK_EC; in prvObjectGeneration() local
335 { CKA_KEY_TYPE, &xKeyType, sizeof( xKeyType ) }, in prvObjectGeneration()
350 { CKA_KEY_TYPE, &xKeyType, sizeof( xKeyType ) }, in prvObjectGeneration()
A Ddemo_helpers.c177 CK_KEY_TYPE xKeyType = 0; in vExportPublicKey() local
197 xTemplate.pValue = &xKeyType; in vExportPublicKey()
198 xTemplate.ulValueLen = sizeof( xKeyType ); in vExportPublicKey()
207 if( ( CKR_OK == xResult ) && ( CKK_ECDSA == xKeyType ) ) in vExportPublicKey()
/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/
A Dpkcs11_operations.c153 CK_KEY_TYPE xKeyType = CKK_EC; in prvGenerateKeyPairEC() local
158 { CKA_KEY_TYPE, NULL /* &keyType */, sizeof( xKeyType ) }, in prvGenerateKeyPairEC()
165 pxPublicKeyTemplate[ 0 ].pValue = &xKeyType; in prvGenerateKeyPairEC()
171 { CKA_KEY_TYPE, NULL /* &keyType */, sizeof( xKeyType ) }, in prvGenerateKeyPairEC()
179 privateKeyTemplate[ 0 ].pValue = &xKeyType; in prvGenerateKeyPairEC()
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/
A Dmbedtls_pk_pkcs11.c309 CK_KEY_TYPE xKeyType = CKK_VENDOR_DEFINED; in xPKCS11_initMbedtlsPkContext() local
335 .pValue = &xKeyType, in xPKCS11_initMbedtlsPkContext()
350 switch( xKeyType ) in xPKCS11_initMbedtlsPkContext()

Completed in 11 milliseconds