Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching refs:ERROR

45         ERROR("srp_hmac_iov: unsupported HMAC hash algorithm: %d", key->algorithm);
49 ERROR("srp_hmac_iov: not enough space in output buffer (%lu) for hash (%d).",
60 ERROR("srp_hmac_iov failed to initialize key digest");
65 ERROR("srp_hmac_iov failed to hash key");
69 ERROR("srp_hmac_iov failed to digest key");
83 ERROR("srp_hmac_iov failed to initialize inner digest");
88 ERROR("srp_hmac_iov failed to hash ipad to inner digest");
93 ERROR("srp_hmac_iov failed to hash chunk %d to inner digest", i);
98 ERROR("srp_hmac_iov failed to hash ipad to inner digest");
105 ERROR("srp_hmac_iov failed to initialize outer digest");
109 ERROR("srp_hmac_iov failed to hash outer pad");
114 ERROR("srp_hmac_iov failed to hash outer digest");
119 ERROR("srp_hmac_iov failed to hash outer outer pad with inner digest");