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

  /src/crypto/external/apache2/openssl/dist/test/
bad_dtls_test.c 138 #define SS_SECRET_OFS 49 /* Master secret goes here */
192 memcpy(session_asn1 + SS_SECRET_OFS, master_secret, sizeof(master_secret));
  /src/crypto/external/bsd/openssl/dist/test/
bad_dtls_test.c 99 #define SS_SECRET_OFS 49 /* Master secret goes here */
111 memcpy(session_asn1 + SS_SECRET_OFS, master_secret, sizeof(master_secret));
  /src/crypto/external/bsd/openssl.old/dist/test/
bad_dtls_test.c 97 #define SS_SECRET_OFS 49 /* Master secret goes here */
109 memcpy(session_asn1 + SS_SECRET_OFS, master_secret, sizeof(master_secret));

Completed in 26 milliseconds