HomeSort by relevance Sort by last modified time
    Searched full:is_exp (Results 1 - 1 of 1) sorted by null

  /external/openssl/ssl/
s3_enc.c 229 int is_exp,n,i,j,k,cl; local
232 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
321 j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
323 /* Was j=(is_exp)?5:EVP_CIPHER_key_length(c); */
352 if (is_exp)

Completed in 176 milliseconds