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

/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_item.c124 ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn, argument
130 i = ASN1_item_i2d(asn, &str, it);
224 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey, const EVP_MD *type)
234 ret = ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, md_ctx);
284 asn1_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
292 if ((in_len = ASN1_item_i2d(asn, &in, it)) <= 0) {
335 ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx)
359 rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2,
370 if (!asn1_item_sign(ctx, it, asn, signature))
385 ASN1_BIT_STRING *signature, void *asn, EVP_PKE
223 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
334 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
384 ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) argument
[all...]
/openbsd-current/usr.sbin/traceroute/
H A Dtraceroute.h126 char *asn; member in struct:tr_result
H A Dworker.c925 "origin.asn.cymru.com",
935 "origin6.asn.cymru.com",
1124 if (conf->Aflag && tr_results[i].asn != NULL)
1125 printf(" %s", tr_results[i].asn);
1187 char *asn; local
1198 if ((tr_res->asn = calloc(1, asn_size)) == NULL)
1200 asn = tr_res->asn;
1208 len = snprintf(asn, asn_size, "%sAS%s",
1211 asn
[all...]
/openbsd-current/sbin/isakmpd/
H A Dx509.c836 x509_cert_get(u_int8_t *asn, u_int32_t len) argument
838 return x509_from_asn(asn, len);
962 x509_certreq_validate(u_int8_t *asn, u_int32_t len) argument
969 (asn = asn_decode_sequence(asn, len, &name)) == 0) {
984 x509_certreq_decode(void **pdata, u_int8_t *asn, u_int32_t len) argument
993 (asn = asn_decode_sequence(asn, len, &aca)) == 0) {
1045 x509_from_asn(u_char *asn, u_int len) argument
1055 if (BIO_write(certh, asn, le
[all...]
/openbsd-current/usr.sbin/rpki-client/
H A Dconstraints.c227 constraints_parse_asn(const char *fn, const char *asn, ASIdentifiers *asids) argument
231 if ((id = s2i_ASN1_INTEGER(NULL, asn)) == NULL)
232 errx(1, "%s: failed to parse AS %s", fn, asn);
235 errx(1, "%s: failed to add AS %s", fn, asn);
241 errx(1, "%s: failed to canonize with AS %s", fn, asn);
/openbsd-current/lib/libcrypto/evp/
H A Devp_local.h135 int (*item_verify)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
137 int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
/openbsd-current/usr.sbin/unbound/sldns/
H A Dkeyraw.c538 uint8_t asn[37] = { 0x30, 0x63, 0x30, 0x1c, 0x06, 0x06, 0x2a, 0x85, local
550 memmove(encoded, asn, 37);
/openbsd-current/sbin/unwind/libunbound/sldns/
H A Dkeyraw.c538 uint8_t asn[37] = { 0x30, 0x63, 0x30, 0x1c, 0x06, 0x06, 0x2a, 0x85, local
550 memmove(encoded, asn, 37);
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_ameth.c881 rsa_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
1011 rsa_item_sign(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, argument
/openbsd-current/lib/libcrypto/ec/
H A Decx_methods.c764 ecx_item_verify(EVP_MD_CTX *md_ctx, const ASN1_ITEM *it, void *asn, argument
786 ecx_item_sign(EVP_MD_CTX *md_ctx, const ASN1_ITEM *it, void *asn, argument
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dieee.c6885 bfd_boolean asn;
6917 asn = TRUE;
6924 asn = TRUE;
6931 asn = TRUE;
6938 asn = FALSE;
6946 asn = FALSE;
6950 if (asn)
6881 bfd_boolean asn; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dieee.c6888 bfd_boolean asn;
6920 asn = TRUE;
6927 asn = TRUE;
6934 asn = TRUE;
6941 asn = FALSE;
6949 asn = FALSE;
6953 if (asn)
6884 bfd_boolean asn; local
/openbsd-current/lib/libcrypto/x509/
H A Dx509.h692 ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx);

Completed in 318 milliseconds