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

  /external/chromium_org/third_party/boringssl/src/ssl/
s3_both.c 204 /* ssl3_take_mac calculates the Finished MAC for the handshakes messages seen to far. */
205 static void ssl3_take_mac(SSL *s) function
246 ssl3_take_mac(s);
  /external/openssl/ssl/
s3_both.c 208 /* ssl3_take_mac calculates the Finished MAC for the handshakes messages seen to far. */
209 static void ssl3_take_mac(SSL *s) function
560 ssl3_take_mac(s);

Completed in 36 milliseconds