Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpkcs11.c50 unsigned char *cert_blob = NULL; in mbedtls_pkcs11_x509_cert_bind() local
66 cert_blob = mbedtls_calloc( 1, cert_blob_size ); in mbedtls_pkcs11_x509_cert_bind()
67 if( NULL == cert_blob ) in mbedtls_pkcs11_x509_cert_bind()
73 if( pkcs11h_certificate_getCertificateBlob( pkcs11_cert, cert_blob, in mbedtls_pkcs11_x509_cert_bind()
80 if( 0 != mbedtls_x509_crt_parse( cert, cert_blob, cert_blob_size ) ) in mbedtls_pkcs11_x509_cert_bind()
89 if( NULL != cert_blob ) in mbedtls_pkcs11_x509_cert_bind()
90 mbedtls_free( cert_blob ); in mbedtls_pkcs11_x509_cert_bind()

Completed in 3 milliseconds