Lines Matching full:certificate
800 Authenticate data with the certificate.
865 Verify the singed data with the public key which is contained in a certificate.
867 @param[in] InCert Pointer to the Certificate which contains the
869 @param[in] CertLen The size of Certificate in bytes.
870 @param[in] InCa Pointer to the CA certificate
871 @param[in] CaLen The size of CA certificate in bytes.
905 // Verify the validity of X509 Certificate
912 // Retrieve the RSA public Key from Certificate
929 Retrieves the RSA Public Key from one X509 certificate (DER format only).
931 @param[in] InCert Pointer to the certificate.
932 @param[in] CertLen The size of the certificate in bytes.
937 @retval EFI_INVALID_PARAMETER The certificate is malformed.
959 // Retrieve the RSA public key from CA Certificate
986 Retrieves the subject name from one X509 certificate (DER format only).
988 @param[in] InCert Pointer to the X509 certificate.
989 @param[in] CertSize The size of the X509 certificate in bytes.
990 @param[out] CertSubject Pointer to the retrieved certificate subject.
991 @param[out] SubjectSize The size of Certificate Subject in bytes.
993 @retval EFI_SUCCESS Retrieved the certificate subject successfully.
994 @retval EFI_INVALID_PARAMETER The certificate is malformed.