Lines Matching refs:registry
520 ExternalReferenceRegistry* registry) {
521 registry->Register(X509Certificate::Parse);
522 registry->Register(Subject);
523 registry->Register(SubjectAltName);
524 registry->Register(InfoAccess);
525 registry->Register(Issuer);
526 registry->Register(ValidTo);
527 registry->Register(ValidFrom);
528 registry->Register(Fingerprint<EVP_sha1>);
529 registry->Register(Fingerprint<EVP_sha256>);
530 registry->Register(Fingerprint<EVP_sha512>);
531 registry->Register(KeyUsage);
532 registry->Register(SerialNumber);
533 registry->Register(Pem);
534 registry->Register(Raw);
535 registry->Register(PublicKey);
536 registry->Register(CheckCA);
537 registry->Register(CheckHost);
538 registry->Register(CheckEmail);
539 registry->Register(CheckIP);
540 registry->Register(CheckIssued);
541 registry->Register(CheckPrivateKey);
542 registry->Register(Verify);
543 registry->Register(ToLegacy);
544 registry->Register(GetIssuerCert);