Home
last modified time | relevance | path

Searched refs:inout_key (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
Dssl_test.cc2155 static void ExpectTicketKeyChanged(SSL_CTX *ctx, uint8_t *inout_key, in ExpectTicketKeyChanged() argument
2161 ASSERT_NE(Bytes(inout_key, kTicketKeyLen), Bytes(new_key)); in ExpectTicketKeyChanged()
2163 ASSERT_EQ(Bytes(inout_key, kTicketKeyLen), Bytes(new_key)); in ExpectTicketKeyChanged()
2165 OPENSSL_memcpy(inout_key, new_key, kTicketKeyLen); in ExpectTicketKeyChanged()