HomeSort by relevance Sort by last modified time
    Searched refs:CBS_stow (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/include/openssl/
bytestring.h 56 /* CBS_stow copies the current contents of |cbs| into |*out_ptr| and
61 OPENSSL_EXPORT int CBS_stow(const CBS *cbs, uint8_t **out_ptr, size_t *out_len);
  /external/boringssl/src/ssl/
tls13_both.cc 293 !CBS_stow(&ocsp_response, &hs->new_session->ocsp_response,
314 !CBS_stow(
tls13_client.cc 96 if (!CBS_stow(&cookie_value, &hs->cookie, &hs->cookie_len)) {
721 !CBS_stow(&ticket, &session->tlsext_tick, &session->tlsext_ticklen) ||
handshake_client.cc     [all...]
ssl_asn1.cc 516 if (!CBS_stow(&value, out_ptr, out_len)) {
t1_lib.cc     [all...]
handshake_server.cc     [all...]
  /external/boringssl/src/crypto/bytestring/
cbs.c 55 int CBS_stow(const CBS *cbs, uint8_t **out_ptr, size_t *out_len) {
  /external/boringssl/src/crypto/curve25519/
spake25519.c 301 if (!CBS_stow(&my_name_cbs, &ctx->my_name, &ctx->my_name_len) ||
302 !CBS_stow(&their_name_cbs, &ctx->their_name, &ctx->their_name_len)) {

Completed in 174 milliseconds