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

/freebsd-current/usr.sbin/traceroute/
H A Das.c60 struct aslookup *asn; local
103 asn = malloc(sizeof(struct aslookup));
104 if (asn == NULL)
107 asn->as_f = f;
110 asn->as_debug = fopen(AS_DEBUG_FILE, "w");
111 if (asn->as_debug) {
112 (void)fprintf(asn->as_debug, ">> !!\n");
113 (void)fflush(asn->as_debug);
117 return (asn);
123 struct aslookup *asn local
208 struct aslookup *asn = _asn; local
[all...]
H A Dtraceroute.c333 void *asn; variable
931 asn = as_setup(as_server);
932 if (asn == NULL) {
1209 as_shutdown(asn);
1665 Printf(" [AS%u]", as_lookup(asn, addr, AF_INET));
/freebsd-current/crypto/openssl/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);
/freebsd-current/crypto/openssl/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,
/freebsd-current/contrib/tcpdump/
H A Dprint-eigrp.c47 nd_uint16_t asn; member in struct:eigrp_common_header
277 GET_BE_U_2(eigrp_com_header->asn),
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c345 static void *asn; variable
888 asn = as_setup(as_server);
889 if (asn == NULL) {
1040 as_shutdown(asn);
1582 printf(" [AS%u]", as_lookup(asn, hbuf, AF_INET6));
/freebsd-current/contrib/unbound/sldns/
H A Dkeyraw.c538 uint8_t asn[37] = { 0x30, 0x63, 0x30, 0x1c, 0x06, 0x06, 0x2a, 0x85, local
550 memmove(encoded, asn, 37);
/freebsd-current/crypto/openssl/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
/freebsd-current/crypto/openssl/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
/freebsd-current/contrib/ldns/
H A Ddnssec_verify.c1828 uint8_t asn[37] = { 0x30, 0x63, 0x30, 0x1c, 0x06, 0x06, 0x2a, 0x85, local
1840 memmove(encoded, asn, 37);
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c21 #include <wolfssl/wolfcrypt/asn.h>

Completed in 135 milliseconds