HomeSort by: relevance | last modified time | path
    Searched refs:sig_len (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libresolv/
dst_internal.h 92 u_int8_t *signature, const int sig_len);
95 const u_int8_t *signature, const int sig_len);
hmac_link.c 72 * sig_len size of the signature location
82 u_char *signature, const int sig_len)
109 if (signature == NULL || sig_len < MD5_LEN)
142 * sig_len length in bytes of signature.
151 const u_char *signature, const int sig_len)
176 if (signature == NULL || key == NULL || sig_len != MD5_LEN)
dst_api.c 241 * sig_len Length of the signature field in bytes.
251 u_char *signature, const int sig_len)
261 signature, sig_len));
285 * sig_len Length of the signature in bytes.
294 const u_char *signature, const int sig_len)
304 signature, sig_len));
  /src/usr.sbin/syslogd/
sign.c 871 unsigned sig_len = 0; local
896 SSL_CHECK_ONE(EVP_SignFinal(GlobalSign.sigctx, sig_value, &sig_len,
899 b64_ntop(sig_value, sig_len, (char *)sig_b64, sizeof(sig_b64));

Completed in 24 milliseconds