Home | History | Annotate | Download | only in spdy

Lines Matching full:credential

22 // TODO(akalin): Remove support for CREDENTIAL frames.
80 // A datastrcture for holding the contents of a CREDENTIAL frame.
215 // Called when a chunk of payload data for a credential frame is available.
290 SPDY_CREDENTIAL_FRAME_CORRUPT, // CREDENTIAL frame could not be parsed.
373 // |credential_slot| is the CREDENTIAL slot to be used for this request.
436 // Creates and serializes a CREDENTIAL frame. The CREDENTIAL
439 SpdyFrame* CreateCredentialFrame(const SpdyCredential& credential) const;
441 const SpdyCredentialIR& credential) const;
459 // Given a CREDENTIAL frame's payload, extract the credential.
461 // TODO(hkhalil): Implement CREDENTIAL frame parsing in SpdyFramer
464 SpdyCredential* credential);