Searched defs:algorithm_ssl (Results 1 - 4 of 4) sorted by relevance

/external/openssl/ssl/
H A Dssl_ciph.c809 !(c->algorithm_ssl & disabled_ssl))
892 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; local
910 if (algorithm_ssl)
911 if ((algorithm_ssl & mask_ssl) == 0)
980 printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength);
991 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl))
1303 if (ca_list[j]->algorithm_ssl)
1307 alg_ssl &= ca_list[j]->algorithm_ssl;
1311 alg_ssl = ca_list[j]->algorithm_ssl;
[all...]
H A Dssl.h400 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h318 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
/external/openssl/include/openssl/
H A Dssl.h400 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st

Completed in 256 milliseconds