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

  /external/openssl/ssl/
ssl_ciph.c 843 unsigned long alg_mkey, unsigned long alg_auth,
856 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits);
902 if (alg_auth && !(alg_auth & cp->algorithm_auth))
1029 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; local
1061 alg_auth = 0;
1459 unsigned long alg_mkey,alg_auth,alg_enc,alg_mac,alg_ssl,alg2,alg_s; local
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp 1493 unsigned long alg_auth = cipher->algorithm_auth; local
    [all...]

Completed in 55 milliseconds