Searched defs:certificate (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/checksum/
H A Dx509.cpp64 * Read X509 certificate from the given memory buffer into the internal
70 * certificate in PEM format.
73 * the info about X509 certificate will be stored.
90 * Convert X509 certificate from string to binary representation
95 * containing X509 certificate
99 * @param lengthOfSignature length of X509 certificate in
174 X509 *certificate = NULL; local
196 rc = rtX509ReadCertificateFromPEM(pvBuf, cbSize, &certificate);
199 /*memory for certificate isn't allocated in this case, thus there is no need to free it*/
203 evp_key = X509_get_pubkey(certificate);
265 X509 *certificate = NULL; local
326 X509 *certificate = NULL; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkReply.cpp85 static int decompressCertificate(const QByteArray &package, QByteArray &certificate, const QString &strName);
87 static int downloadCertificatePca3G5(RTHTTP pHttp, QByteArray &certificate);
88 static int downloadCertificatePca3(RTHTTP pHttp, QByteArray &certificate);
89 static int verifyCertificatePca3G5(RTHTTP pHttp, QByteArray &certificate);
90 static int verifyCertificatePca3(RTHTTP pHttp, QByteArray &certificate);
91 static int verifyCertificate(RTHTTP pHttp, QByteArray &certificate, const QByteArray &sha1, const QByteArray &sha512);
93 static int saveCertificate(QFile &file, const QByteArray &certificate);
343 QByteArray certificate = regExp.cap(1).toAscii(); local
344 rc = verifyCertificatePca3G5(pHttp, certificate);
348 QByteArray certificate local
365 decompressCertificate(const QByteArray &package, QByteArray &certificate, const QString &strName) argument
434 downloadCertificatePca3G5(RTHTTP pHttp, QByteArray &certificate) argument
449 downloadCertificatePca3(RTHTTP pHttp, QByteArray &certificate) argument
464 verifyCertificatePca3G5(RTHTTP pHttp, QByteArray &certificate) argument
492 verifyCertificatePca3(RTHTTP pHttp, QByteArray &certificate) argument
520 verifyCertificate(RTHTTP pHttp, QByteArray &certificate, const QByteArray &sha1, const QByteArray &sha512) argument
577 saveCertificate(QFile &file, const QByteArray &certificate) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c910 } __attribute__ (( packed )) *certificate; local
914 /* If we have a certificate to send, determine the applicable
920 /* Parse certificate to determine public-key algorithm */
925 "certificate: %s\n", tls, strerror ( rc ) );
940 certificate = zalloc ( sizeof ( *certificate ) );
941 if ( ! certificate )
945 certificate->type_length =
947 htonl ( sizeof ( *certificate ) -
948 sizeof ( certificate
1306 } __attribute__ (( packed )) *certificate; local
1376 } __attribute__ (( packed )) *certificate = data; local
[all...]

Completed in 44 milliseconds