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

  /external/boringssl/src/ssl/
ssl_cipher.c 520 uint32_t algo_strength; member in struct:cipher_alias_st
843 * |algo_strength|. */
847 uint32_t algo_strength, int rule, int strength_bits, int in_group,
855 alg_ssl == 0 || algo_strength == 0)) {
905 !(algo_strength & cp->algo_strength)) {
1012 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; local
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 198 uint32_t algo_strength; member in struct:ssl_cipher_st
    [all...]

Completed in 282 milliseconds