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

  /external/boringssl/src/ssl/
handshake_server.c 735 uint32_t alg_k, alg_a, mask_k, mask_a; local
773 alg_k = c->algorithm_mkey;
776 ok = ok && (alg_k & mask_k) && (alg_a & mask_a);
1148 uint32_t alg_k = hs->new_cipher->algorithm_mkey; local
1506 uint32_t alg_k; local
    [all...]
handshake_client.c 1203 uint32_t alg_k = hs->new_cipher->algorithm_mkey; local
1550 uint32_t alg_k = hs->new_cipher->algorithm_mkey; local
    [all...]
t1_lib.c 1849 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; local
    [all...]

Completed in 172 milliseconds