proxygen
|
This is the complete list of members for fizz::ExportedAuthenticator, including all inherited members.
getAuthenticator(const fizz::AsyncFizzBase &transport, Direction dir, const SelfCert &cert, Buf authenticatorRequest) | fizz::ExportedAuthenticator | static |
getAuthenticatorContext(Buf authenticator) | fizz::ExportedAuthenticator | static |
getAuthenticatorRequest(Buf certificateRequestContext, std::vector< fizz::Extension > extensions) | fizz::ExportedAuthenticator | static |
makeAuthenticator(std::unique_ptr< KeyDerivation > &kderiver, std::vector< SignatureScheme > supportedSchemes, const SelfCert &cert, Buf authenticatorRequest, Buf handshakeContext, Buf finishedMacKey, CertificateVerifyContext context) | fizz::ExportedAuthenticator | static |
validate(std::unique_ptr< KeyDerivation > &kderiver, Buf authenticatorRequest, Buf authenticator, Buf handshakeContext, Buf finishedMacKey, CertificateVerifyContext context) | fizz::ExportedAuthenticator | static |
validateAuthenticator(const fizz::AsyncFizzBase &transport, Direction dir, Buf authenticatorRequest, Buf authenticator) | fizz::ExportedAuthenticator | static |