Searched refs:sign_ok (Results 1 – 3 of 3) sorted by relevance
1142 uint32_t ssl_cipher_auth_mask_for_key(const EVP_PKEY *key, bool sign_ok) { in ssl_cipher_auth_mask_for_key() argument1145 return sign_ok ? (SSL_aRSA_SIGN | SSL_aRSA_DECRYPT) : SSL_aRSA_DECRYPT; in ssl_cipher_auth_mask_for_key()1149 return sign_ok ? SSL_aECDSA : 0; in ssl_cipher_auth_mask_for_key()
239 bool sign_ok = tls1_choose_signature_algorithm(hs, cred, &sigalg); in choose_params() local252 sign_ok = false; in choose_params()264 mask_a |= ssl_cipher_auth_mask_for_key(cred->pubkey.get(), sign_ok); in choose_params()
376 uint32_t ssl_cipher_auth_mask_for_key(const EVP_PKEY *key, bool sign_ok);
Completed in 24 milliseconds