Home
last modified time | relevance | path

Searched refs:has_bits (Results 1 – 2 of 2) sorted by relevance

/external/openssl/ssl/
Ds3_clnt.c2917 #define has_bits(i,m) (((i)&(m)) == (m)) macro
2977 if ((alg_a & SSL_aRSA) && !has_bits(i,EVP_PK_RSA|EVP_PKT_SIGN)) in ssl3_check_cert_and_algorithm()
2983 else if ((alg_a & SSL_aDSS) && !has_bits(i,EVP_PK_DSA|EVP_PKT_SIGN)) in ssl3_check_cert_and_algorithm()
2991 !(has_bits(i,EVP_PK_RSA|EVP_PKT_ENC) || (rsa != NULL))) in ssl3_check_cert_and_algorithm()
2999 !(has_bits(i,EVP_PK_DH|EVP_PKT_EXCH) || (dh != NULL))) in ssl3_check_cert_and_algorithm()
3004 else if ((alg_k & SSL_kDHr) && !has_bits(i,EVP_PK_DH|EVP_PKS_RSA)) in ssl3_check_cert_and_algorithm()
3010 else if ((alg_k & SSL_kDHd) && !has_bits(i,EVP_PK_DH|EVP_PKS_DSA)) in ssl3_check_cert_and_algorithm()
3018 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && !has_bits(i,EVP_PKT_EXP)) in ssl3_check_cert_and_algorithm()
/external/qemu/
Dmonitor.c1517 int has_bits, int bits, in do_wav_capture() argument
1525 bits = has_bits ? bits : 16; in do_wav_capture()