HomeSort by: relevance | last modified time | path
    Searched defs:CBC_MAC_ROTATE_IN_PLACE (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_pad.c 174 * If CBC_MAC_ROTATE_IN_PLACE is defined then the rotation is performed with
180 #define CBC_MAC_ROTATE_IN_PLACE
192 #if defined(CBC_MAC_ROTATE_IN_PLACE)
250 #if defined(CBC_MAC_ROTATE_IN_PLACE)
274 #if defined(CBC_MAC_ROTATE_IN_PLACE)
  /src/crypto/external/bsd/openssl/dist/ssl/record/
tls_pad.c 189 * If CBC_MAC_ROTATE_IN_PLACE is defined then the rotation is performed with
195 #define CBC_MAC_ROTATE_IN_PLACE
207 #if defined(CBC_MAC_ROTATE_IN_PLACE)
265 #if defined(CBC_MAC_ROTATE_IN_PLACE)
289 #if defined(CBC_MAC_ROTATE_IN_PLACE)
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
ssl3_record.c 1521 * If CBC_MAC_ROTATE_IN_PLACE is defined then the rotation is performed with
1527 #define CBC_MAC_ROTATE_IN_PLACE
1532 #if defined(CBC_MAC_ROTATE_IN_PLACE)
1558 #if defined(CBC_MAC_ROTATE_IN_PLACE)
1582 #if defined(CBC_MAC_ROTATE_IN_PLACE)

Completed in 29 milliseconds