Searched refs:pkcs11configMAX_LABEL_LENGTH (Results 1 – 3 of 3) sorted by relevance
/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/ |
A D | pkcs11_operations.c | 113 … strnlen( ( char * ) pxLabelPtr, pkcs11configMAX_LABEL_LENGTH ), in prvDestroyProvidedObjects() 127 … strnlen( ( char * ) pxLabelPtr, pkcs11configMAX_LABEL_LENGTH ), in prvDestroyProvidedObjects() 161 …_LABEL, ( void * ) pcPublicKeyLabel, strnlen( pcPublicKeyLabel, pkcs11configMAX_LABEL_LENGTH )} in prvGenerateKeyPairEC() 175 …LABEL, ( void * ) pcPrivateKeyLabel, strnlen( pcPrivateKeyLabel, pkcs11configMAX_LABEL_LENGTH )} in prvGenerateKeyPairEC() 353 xCertificateTemplate.xLabel.ulValueLen = strnlen( pcLabel, pkcs11configMAX_LABEL_LENGTH ); in xLoadCertificate()
|
/FreeRTOS-Plus/VisualStudio_StaticProjects/corePKCS11/ |
A D | core_pkcs11_config.h | 108 #define pkcs11configMAX_LABEL_LENGTH 32UL macro
|
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/ |
A D | transport_mbedtls_pkcs11.c | 580 pkcs11configMAX_LABEL_LENGTH ), in readCertificateIntoContext() 696 pkcs11configMAX_LABEL_LENGTH ), in initializeClientKeys()
|
Completed in 48 milliseconds