Searched refs:DSA_SIG (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/lib/libcrypto/dsa/ |
| D | dsa.h | 106 typedef struct DSA_SIG_st DSA_SIG; typedef 114 DSA_SIG * DSA_SIG_new(void); 115 void DSA_SIG_free(DSA_SIG *a); 116 int i2d_DSA_SIG(const DSA_SIG *a, unsigned char **pp); 117 DSA_SIG * d2i_DSA_SIG(DSA_SIG **v, const unsigned char **pp, long length); 118 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps); 119 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s); 121 DSA_SIG * DSA_do_sign(const unsigned char *dgst,int dlen,DSA *dsa); 123 DSA_SIG *sig,DSA *dsa); 203 DSA_SIG *(*sign)(const unsigned char *, int, DSA *));
|
| D | dsa_asn1.c | 75 DSA_SIG *sig; in sig_cb() 99 .offset = offsetof(DSA_SIG, r), 106 .offset = offsetof(DSA_SIG, s), 118 .size = sizeof(DSA_SIG), 123 DSA_SIG * 124 d2i_DSA_SIG(DSA_SIG **a, const unsigned char **in, long len) in d2i_DSA_SIG() 126 return (DSA_SIG *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_DSA_SIG() 132 i2d_DSA_SIG(const DSA_SIG *a, unsigned char **out) in i2d_DSA_SIG() 139 DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0() 149 DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0() [all …]
|
| D | dsa_ossl.c | 82 static DSA_SIG * 89 DSA_SIG *ret = NULL; in dsa_do_sign() 303 dsa_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa) in dsa_do_verify() 418 DSA_SIG * 421 return calloc(1, sizeof(DSA_SIG)); in DSA_SIG_new() 426 DSA_SIG_free(DSA_SIG *sig) in DSA_SIG_free() 444 DSA_SIG * 452 DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa) in DSA_do_verify()
|
| D | dsa_local.h | 67 DSA_SIG *(*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa); 71 DSA_SIG *sig, DSA *dsa);
|
| D | dsa_meth.c | 97 DSA_SIG *(*sign)(const unsigned char *, int, DSA *)) in DSA_meth_set_sign()
|
| D | dsa_lib.c | 183 DSA_SIG signature; in DSA_size()
|
| D | dsa_ameth.c | 594 DSA_SIG *dsa_sig; in dsa_sig_print()
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | alloc.h | 222 int unbound_lite_i2d_DSA_SIG(DSA_SIG* dsasig, unsigned char** sig);
|
| D | alloc.c | 687 int unbound_lite_i2d_DSA_SIG(DSA_SIG* dsasig, unsigned char** sig) in unbound_lite_i2d_DSA_SIG()
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | alloc.h | 222 int unbound_lite_i2d_DSA_SIG(DSA_SIG* dsasig, unsigned char** sig);
|
| D | alloc.c | 687 int unbound_lite_i2d_DSA_SIG(DSA_SIG* dsasig, unsigned char** sig) in unbound_lite_i2d_DSA_SIG()
|
| /openbsd/src/usr.bin/ssh/ |
| D | ssh-dss.c | 258 DSA_SIG *sig = NULL; in ssh_dss_sign() 328 DSA_SIG *dsig = NULL; in ssh_dss_verify()
|
| /openbsd/src/usr.sbin/unbound/validator/ |
| D | val_secalgo.c | 411 DSA_SIG *dsasig; in setup_dsa_sig()
|
| /openbsd/src/sbin/unwind/libunbound/validator/ |
| D | val_secalgo.c | 411 DSA_SIG *dsasig; in setup_dsa_sig()
|
| /openbsd/src/usr.sbin/unbound/ |
| D | configure.ac | 1271 AC_CHECK_TYPE(DSA_SIG*, [
|