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

  /external/boringssl/src/ssl/
s3_lib.c 640 uint32_t alg_k, alg_a, mask_k, mask_a; local
660 ssl_get_compatible_server_ciphers(s, &mask_k, &mask_a);
675 ok = ok && (alg_k & mask_k) && (alg_a & mask_a);
ssl_lib.c 1835 uint32_t mask_k, mask_a; local
    [all...]
ssl_cert.c 178 ret->mask_k = cert->mask_k;
t1_lib.c 763 c->mask_k = 0;
798 c->mask_k |= SSL_kPSK;
    [all...]
internal.h 516 * different value both times. mask_k and mask_a are not, but is a
520 uint32_t mask_k; member in struct:cert_st
    [all...]
s3_clnt.c 837 (c->algorithm_mkey & ct->mask_k) ||
    [all...]

Completed in 231 milliseconds