Searched refs:v4_hashlen (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/netpgp/dist/src/librsa/
H A Drsa.h127 size_t v4_hashlen; /* length of hashed info */ member in struct:signature_t
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drsa.h127 size_t v4_hashlen; /* length of hashed info */ member in struct:signature_t
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dvalidate.c139 if ((dst->v4_hashed = calloc(1, src->v4_hashlen)) == NULL) {
142 (void) memcpy(dst->v4_hashed, src->v4_hashed, src->v4_hashlen);
209 sig->info.v4_hashlen);
211 hash.add(&hash, sig->info.v4_hashed, (unsigned)sig->info.v4_hashlen);
214 hashedlen = (unsigned)sig->info.v4_hashlen;
478 content->sig.info.v4_hashlen);
H A Dpacket.h655 size_t v4_hashlen; member in struct:pgp_sig_info_t
H A Dsignature.c446 (unsigned)sig->info.v4_hashlen);
450 pgp_hash_add_int(hash, (unsigned)sig->info.v4_hashlen, 4);
H A Dpacket-parse.c1999 pkt.u.sig.info.v4_hashlen = stream->readinfo.alength
2002 fprintf(stderr, "v4_hashlen=%zd\n", pkt.u.sig.info.v4_hashlen);
2009 pkt.u.sig.info.v4_hashed = calloc(1, pkt.u.sig.info.v4_hashlen);
2022 pkt.u.sig.info.v4_hashlen);
H A Dpacket-print.c967 (unsigned)content->sig.info.v4_hashlen);
1315 (unsigned)content->sig.info.v4_hashlen);

Completed in 266 milliseconds