Home | History | Annotate | Download | only in libresolv

Lines Matching refs:signature

87  *	This function initializes the Digital Signature Toolkit.
222 * Then data is hashed (SIG_MODE_UPDATE). Finally the signature
231 * SIG_MODE_FINAL 4 Generate signature
232 * from signature
239 * signature
240 * The location to which the signature will be written.
241 * sig_len Length of the signature field in bytes.
251 u_char *signature, const int sig_len)
256 (in_key->dk_KEY_struct == NULL || signature == NULL))
261 signature, sig_len));
269 * Then data is hashed (SIG_MODE_UPDATE). Finally the signature
278 * SIG_MODE_FINAL 4 verify signature
284 * signature Location of signature.
285 * sig_len Length of the signature in bytes.
294 const u_char *signature, const int sig_len)
298 (in_key->dk_KEY_struct == NULL || signature == NULL))
304 signature, sig_len));
1033 * Return the maximum size of signature from the key specified in bytes