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

  /external/openssl/ssl/
d1_clnt.c 1056 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH local
1058 int padl, outl = sizeof(epms);
1150 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
1152 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
1154 if (outl > (int)sizeof epms)
1163 memcpy(p, epms, outl);
1173 OPENSSL_cleanse(epms, outl);
    [all...]
s3_clnt.c 2396 unsigned char epms[SSL_MAX_MASTER_KEY_LENGTH local
    [all...]

Completed in 38 milliseconds