Home | History | Annotate | Download | only in ssl

Lines Matching refs:aead_ctx

1459   /* set_read_state sets |ssl|'s read cipher state to |aead_ctx|. It takes
1460 * ownership of |aead_ctx|. It returns one on success and zero if changing the
1462 int (*set_read_state)(SSL *ssl, SSL_AEAD_CTX *aead_ctx);
1463 /* set_write_state sets |ssl|'s write cipher state to |aead_ctx|. It takes
1464 * ownership of |aead_ctx|. It returns one on success and zero if changing the
1466 int (*set_write_state)(SSL *ssl, SSL_AEAD_CTX *aead_ctx);