Lines Matching refs:ALOGW
106 ALOGW("There was an error during rsa_decrypt: could not connect"); in rsa_private_transform()
109 ALOGW("Error during sign from keystore: %d", ret); in rsa_private_transform()
112 ALOGW("No valid signature returned"); in rsa_private_transform()
121 ALOGW("Reply len %zu greater than expected %zu", reply_len, len); in rsa_private_transform()
128 ALOGW("Reply len %zu lesser than expected %zu", reply_len, len); in rsa_private_transform()
163 ALOGW("There was an error during ecdsa_sign: could not connect"); in ecdsa_sign()
166 ALOGW("No valid signature returned"); in ecdsa_sign()
169 ALOGW("Signature is too large"); in ecdsa_sign()
365 ALOGW("could not contact keystore"); in EVP_PKEY_from_keystore()
368 ALOGW("keystore reports error: %d", ret); in EVP_PKEY_from_keystore()
375 ALOGW("Cannot convert pubkey"); in EVP_PKEY_from_keystore()