Searched refs:asn (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/usr.sbin/traceroute/
H A Das.c60 struct aslookup *asn; local
104 asn = malloc(sizeof(struct aslookup));
105 if (asn == NULL)
108 asn->as_f = f;
111 if (asn) {
112 asn->as_debug = fopen(AS_DEBUG_FILE, "w");
113 if (asn->as_debug) {
114 (void)fprintf(asn->as_debug, ">> !!\n");
115 (void)fflush(asn->as_debug);
120 return (asn);
126 struct aslookup *asn = _asn; local
211 struct aslookup *asn = _asn; local
[all...]
H A Dtraceroute.c371 static void *asn; variable
913 asn = as_setup(as_server);
914 if (asn == NULL) {
1064 as_shutdown(asn);
1524 Printf(" [AS%u]", as_lookup(asn, addr, AF_INET));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_digest.c56 int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, argument
64 i = ASN1_item_i2d(asn, &str, it);
89 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *md, void *asn, argument
92 return ossl_asn1_item_digest_ex(it, md, asn, data, len, NULL, NULL);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Ddarwin-proctitle.c77 CFTypeRef asn;
165 asn = pLSGetCurrentApplicationASN();
168 if (asn == NULL)
173 asn,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_digest.c51 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn, argument
57 i = ASN1_item_i2d(asn, &str, it);
H A Da_sign.c118 X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn,
133 rv = ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, ctx);
141 ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx)
164 rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2, signature);
207 buf_len = ASN1_item_i2d(asn, &buf_in, it);
117 ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey, const EVP_MD *type) argument
139 ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx) argument
H A Da_verify.c89 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
124 ret = pkey->ameth->item_verify(ctx, it, asn, a, signature, pkey);
156 inl = ASN1_item_i2d(asn, &buf_in, it);
88 ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) argument
H A Dameth_lib.c379 void *asn,
385 void *asn,
376 EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, X509_ALGOR *a, ASN1_BIT_STRING *sig, EVP_PKEY *pkey), int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig)) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dasn1.h50 int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
52 int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_lib.c469 void *asn; local
510 asn = sig->poposkInput;
517 asn = req->certReq;
520 asn, NULL, X509_PUBKEY_get0(pubkey), libctx,
/netbsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c356 static void *asn; variable
650 asn = as_setup(as_server);
651 if (asn == NULL) {
741 as_shutdown(asn);
1081 printf(" [AS%u]", as_lookup(asn, hbuf, AF_INET6));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decx_meth.c505 static int ecd_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
527 static int ecd_item_sign25519(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
547 static int ecd_item_sign448(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-eigrp.c52 nd_uint16_t asn; member in struct:eigrp_common_header
282 GET_BE_U_2(eigrp_com_header->asn),
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h29 #include <asn-incl.h>
30 #include "asn.h"
31 #include <asn-gser.h>
H A Dinit.c27 #include "asn.h"
28 #include <asn-gser.h>
H A Dcomponentlib.c27 #include "asn.h"
28 #include <asn-gser.h>
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dkeyraw.c538 uint8_t asn[37] = { 0x30, 0x63, 0x30, 0x1c, 0x06, 0x06, 0x2a, 0x85, local
550 memmove(encoded, asn, 37);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decx_meth.c543 const void *asn, const X509_ALGOR *sigalg,
565 const void *asn,
586 const void *asn,
542 ecd_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, const X509_ALGOR *sigalg, const ASN1_BIT_STRING *str, EVP_PKEY *pkey) argument
564 ecd_item_sign25519(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *str) argument
585 ecd_item_sign448(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *str) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_ameth.c783 static int rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
827 static int rsa_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_ameth.c616 const void *asn, const X509_ALGOR *sigalg,
631 static int rsa_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, argument
615 rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, const X509_ALGOR *sigalg, const ASN1_BIT_STRING *sig, EVP_PKEY *pkey) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Devp.h1210 void *asn,
1216 void *asn,
H A Dx509.h633 void *asn, EVP_MD_CTX *ctx);
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_wolfssl.c21 #include <wolfssl/wolfcrypt/asn.h>
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c7659 size_t asn = s->order_state_num
7663 if (min_issue_delay_vect[asn])
7665 min_issue_delay_vect[asn] = (vect_el_t) 0;
7631 size_t asn = s->order_state_num local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc7659 size_t asn = s->order_state_num
7663 if (min_issue_delay_vect[asn])
7665 min_issue_delay_vect[asn] = (vect_el_t) 0;

Completed in 429 milliseconds