Searched refs:cert_blob (Results 1 – 1 of 1) sorted by relevance
52 unsigned char *cert_blob = NULL; in mbedtls_pkcs11_x509_cert_bind() local68 cert_blob = mbedtls_calloc( 1, cert_blob_size ); in mbedtls_pkcs11_x509_cert_bind()69 if( NULL == cert_blob ) in mbedtls_pkcs11_x509_cert_bind()75 if( pkcs11h_certificate_getCertificateBlob( pkcs11_cert, cert_blob, in mbedtls_pkcs11_x509_cert_bind()82 if( 0 != mbedtls_x509_crt_parse( cert, cert_blob, cert_blob_size ) ) in mbedtls_pkcs11_x509_cert_bind()91 if( NULL != cert_blob ) in mbedtls_pkcs11_x509_cert_bind()92 mbedtls_free( cert_blob ); in mbedtls_pkcs11_x509_cert_bind()
Completed in 2 milliseconds