OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srp_hmac_iov
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
hmac-macos.c
38
srp_hmac_iov
(hmac_key_t *key, uint8_t *output, size_t max, struct iovec *iov, int count)
function
50
ERROR("
srp_hmac_iov
: unsupported HMAC hash algorithm: %d", key->algorithm);
54
ERROR("
srp_hmac_iov
: not enough space in output buffer (%lu) for hash (%d).",
hmac-mbedtls.c
37
srp_hmac_iov
(hmac_key_t *key, uint8_t *output, size_t max, struct iovec *iov, int count)
function
51
ERROR("
srp_hmac_iov
: HMAC_SHA256 support missing");
57
ERROR("
srp_hmac_iov
: unsupported HMAC hash algorithm: %d", key->algorithm);
61
ERROR("
srp_hmac_iov
: not enough space in output buffer (%lu) for hash (%d).",
70
ERROR("
srp_hmac_iov
failed at hmac-mbedtls.c line %d: " PUB_S_SRP, line, errbuf);
hmac-openssl.c
35
srp_hmac_iov
(hmac_key_t *key, uint8_t *output, size_t max, struct iovec *iov, int count)
function
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")
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026