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

/freebsd-11-stable/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.c358 void *asn; variable
994 asn = as_setup(as_server);
995 if (asn == NULL) {
1252 as_shutdown(asn);
1714 Printf(" [AS%u]", as_lookup(asn, addr, AF_INET));
/freebsd-11-stable/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 Da_sign.c220 X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn,
229 return ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, &ctx);
234 ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx)
252 rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2, signature);
294 inl = ASN1_item_i2d(asn, &buf_in, it);
219 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
232 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.c137 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
168 ret = pkey->ameth->item_verify(&ctx, it, asn, a, signature, pkey);
200 inl = ASN1_item_i2d(asn, &buf_in, it);
136 ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) argument
H A Dasn1_locl.h112 int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
114 int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
H A Dameth_lib.c488 void *asn,
494 void *asn,
485 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
/freebsd-11-stable/contrib/lua/src/
H A Dltable.c342 AuxsetnodeT *asn = cast(AuxsetnodeT *, ud); local
343 setnodevector(L, asn->t, asn->nhsize);
351 AuxsetnodeT asn; local
358 asn.t = t; asn.nhsize = nhsize;
359 if (luaD_rawrunprotected(L, auxsetnode, &asn) != LUA_OK) { /* mem. error? */
/freebsd-11-stable/contrib/unbound/sldns/
H A Dkeyraw.c336 uint8_t asn[37] = { 0x30, 0x63, 0x30, 0x1c, 0x06, 0x06, 0x2a, 0x85, local
348 memmove(encoded, asn, 37);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-eigrp.c44 uint8_t asn[4]; member in struct:eigrp_common_header
269 EXTRACT_32BITS(&eigrp_com_header->asn),
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c354 void *asn; variable
893 asn = as_setup(as_server);
894 if (asn == NULL) {
1000 as_shutdown(asn);
1515 printf(" [AS%u]", as_lookup(asn, hbuf, AF_INET6));
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c696 static int rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
739 static int rsa_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/evp/
H A Devp.h1129 void *asn,
1135 void *asn,
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/x509/
H A Dx509.h898 void *asn, EVP_MD_CTX *ctx);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c21 #include <wolfssl/wolfcrypt/asn.h>

Completed in 364 milliseconds