Searched refs:qcrypto_hmac_supports (Results 1 – 7 of 7) sorted by relevance
104 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_alloc()143 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_prealloc()193 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_iov()229 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_digest()
35 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() function51 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
38 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() function62 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
39 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() function56 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
105 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() function121 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
34 bool qcrypto_hmac_supports(QCryptoHashAlgo alg);
31 if (!qcrypto_hmac_supports(QCRYPTO_HASH_ALGO_SHA256)) { in test_hmac_speed()