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

  /external/boringssl/src/ssl/
handshake_server.c 203 uint32_t alg_a; local
287 alg_a = hs->new_cipher->algorithm_auth;
291 ((alg_a & SSL_aPSK) && ssl->psk_identity_hint)) {
735 uint32_t alg_k, alg_a, mask_k, mask_a; local
774 alg_a = c->algorithm_auth;
776 ok = ok && (alg_k & mask_k) && (alg_a & mask_a);
1149 uint32_t alg_a = hs->new_cipher->algorithm_auth; local
1507 uint32_t alg_a; local
    [all...]
handshake_client.c 1204 uint32_t alg_a = hs->new_cipher->algorithm_auth; local
1551 uint32_t alg_a = hs->new_cipher->algorithm_auth; local
    [all...]
ssl_cipher.c 1834 uint32_t alg_a = cipher->algorithm_auth; local
    [all...]
t1_lib.c 1850 const uint32_t alg_a = hs->new_cipher->algorithm_auth; local
    [all...]

Completed in 94 milliseconds