/freebsd/usr.sbin/traceroute/ |
H A D | as.c | 60 struct aslookup *asn; in as_setup() local 103 asn = malloc(sizeof(struct aslookup)); in as_setup() 104 if (asn == NULL) in as_setup() 107 asn->as_f = f; in as_setup() 110 asn->as_debug = fopen(AS_DEBUG_FILE, "w"); in as_setup() 111 if (asn->as_debug) { in as_setup() 112 (void)fprintf(asn->as_debug, ">> !!\n"); in as_setup() 113 (void)fflush(asn->as_debug); in as_setup() 117 return (asn); in as_setup() 123 struct aslookup *asn = _asn; in as_lookup() local [all …]
|
H A D | traceroute.c | 333 void *asn; variable 931 asn = as_setup(as_server); in main() 932 if (asn == NULL) { in main() 1209 as_shutdown(asn); in main() 1665 Printf(" [AS%u]", as_lookup(asn, addr, AF_INET)); in print()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_digest.c | 56 int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ossl_asn1_item_digest_ex() argument 64 i = ASN1_item_i2d(asn, &str, it); in ossl_asn1_item_digest_ex() 89 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ASN1_item_digest() argument 92 return ossl_asn1_item_digest_ex(it, md, asn, data, len, NULL, NULL); in ASN1_item_digest()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | test.asn1 | 73 { joint-iso-itu-t(2) asn(1) ber-derived(2) distinguished-encoding(1) } 77 joint-iso-itu-t(2) asn(1) ber-derived(2) distinguished-encoding(1) 81 { joint-iso-itu-t(2) asn(1) ber-derived(2) distinguished-encoding(1) }
|
H A D | asn1_err.et | 2 # Error messages for the asn.1 library
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 469 void *asn; in OSSL_CRMF_MSGS_verify_popo() local 510 asn = sig->poposkInput; in OSSL_CRMF_MSGS_verify_popo() 517 asn = req->certReq; in OSSL_CRMF_MSGS_verify_popo() 520 asn, NULL, X509_PUBKEY_get0(pubkey), libctx, in OSSL_CRMF_MSGS_verify_popo()
|
/freebsd/contrib/libcbor/CMakeModules/ |
H A D | FindCMocka.cmake | 13 # Copyright (c) 2011-2012 Andreas Schneider <asn@cryptomilk.org>
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 345 static void *asn; variable 888 asn = as_setup(as_server); in main() 889 if (asn == NULL) { in main() 1040 as_shutdown(asn); in main() 1582 printf(" [AS%u]", as_lookup(asn, hbuf, AF_INET6)); in print()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_ASN1_METHOD.pod | 90 void *asn, 96 void *asn, 277 int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, 279 int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
|
/freebsd/contrib/tcpdump/ |
H A D | print-eigrp.c | 45 nd_uint16_t asn; member 275 GET_BE_U_2(eigrp_com_header->asn), in eigrp_print()
|
/freebsd/contrib/unbound/sldns/ |
H A D | keyraw.c | 538 uint8_t asn[37] = { 0x30, 0x63, 0x30, 0x1c, 0x06, 0x06, 0x2a, 0x85, in sldns_gost2pkey_raw() local 550 memmove(encoded, asn, 37); in sldns_gost2pkey_raw()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_meth.c | 543 const void *asn, const X509_ALGOR *sigalg, in ecd_item_verify() argument 565 const void *asn, in ecd_item_sign25519() argument 586 const void *asn, in ecd_item_sign448() argument
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 616 const void *asn, const X509_ALGOR *sigalg, in rsa_item_verify() argument 631 static int rsa_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, in rsa_item_sign() argument
|
/freebsd/contrib/ldns/ |
H A D | dnssec_verify.c | 1828 uint8_t asn[37] = { 0x30, 0x63, 0x30, 0x1c, 0x06, 0x06, 0x2a, 0x85, in ldns_gost2pkey_raw() local 1840 memmove(encoded, asn, 37); in ldns_gost2pkey_raw()
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 561 datex-asn 355/tcp 562 datex-asn 355/udp
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | ChangeLog | 1437 using the new asn.1 CHOICE decoder) 1626 * Makefile.am: the new asn.1 compiler includes the modules name in
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2005 | 659 * lib/hdb/Makefile.am: the new asn.1 compiler includes the modules
|
H A D | ChangeLog.1998 | 3021 * lib/krb5/rd_req.c: Return whole asn.1 ticket in
|