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

/freebsd-10.0-release/contrib/traceroute/
H A Das.c61 struct aslookup *asn; local
104 asn = malloc(sizeof(struct aslookup));
105 if (asn == NULL)
108 asn->as_f = f;
111 asn->as_debug = fopen(AS_DEBUG_FILE, "w");
112 if (asn->as_debug) {
113 (void)fprintf(asn->as_debug, ">> !!\n");
114 (void)fflush(asn->as_debug);
118 return (asn);
124 struct aslookup *asn local
209 struct aslookup *asn = _asn; local
[all...]
H A Dtraceroute.c350 void *asn; variable
926 asn = as_setup(as_server);
927 if (asn == NULL) {
1140 as_shutdown(asn);
1483 Printf(" [AS%u]", as_lookup(asn, addr, AF_INET));
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_digest.c99 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn, argument
105 i=ASN1_item_i2d(asn,&str, it);
H A Dasn1_locl.h119 int (*item_verify)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
122 int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
H A Da_sign.c217 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey,
227 return ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, &ctx);
233 ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx)
253 rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2,
300 inl=ASN1_item_i2d(asn,&buf_in, it);
216 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
231 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.c141 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
176 ret = pkey->ameth->item_verify(&ctx, it, asn, a,
212 inl = ASN1_item_i2d(asn, &buf_in, it);
140 ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) argument
/freebsd-10.0-release/usr.sbin/traceroute6/
H A Dtraceroute6.c362 void *asn; variable
879 asn = as_setup(as_server);
880 if (asn == NULL) {
971 as_shutdown(asn);
1385 printf(" [AS%u]", as_lookup(asn, hbuf, AF_INET6));
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-eigrp.c48 u_int8_t asn[4]; member in struct:eigrp_common_header
267 EXTRACT_32BITS(&eigrp_com_header->asn),
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c460 static int rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
567 static int rsa_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dieee.c6886 bfd_boolean asn;
6918 asn = TRUE;
6925 asn = TRUE;
6932 asn = TRUE;
6939 asn = FALSE;
6947 asn = FALSE;
6951 if (asn)
6882 bfd_boolean asn; local
/freebsd-10.0-release/contrib/ldns/
H A Ddnssec_verify.c1815 uint8_t asn[37] = { 0x30, 0x63, 0x30, 0x1c, 0x06, 0x06, 0x2a, 0x85, local
1827 memmove(encoded, asn, 37);
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509.h907 ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx);
/freebsd-10.0-release/etc/
H A Dservices574 datex-asn 355/tcp
575 datex-asn 355/udp

Completed in 145 milliseconds