Searched refs:sigsize (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/isakmpd/
H A Dike_auth.c852 int32_t sigsize; local
1041 sigsize = RSA_private_encrypt(hashsize, buf, data, sent_key,
1043 if (sigsize == -1) {
1051 datalen = (u_int32_t) sigsize;
/openbsd-current/usr.bin/dig/lib/dns/
H A Dtsig.c421 unsigned int sigsize = 0; local
596 ret = dst_key_sigsize(key->key, &sigsize);
599 tsig.signature = (unsigned char *) malloc(sigsize);
605 isc_buffer_init(&sigbuf, tsig.signature, sigsize);

Completed in 129 milliseconds