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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_bool.c81 ASN1_put_object(&p, 0, 1, V_ASN1_BOOLEAN, V_ASN1_UNIVERSAL);
H A Dtasn_enc.c251 ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
384 ASN1_put_object(out, ndef, sklen, ttag, tclass);
386 ASN1_put_object(out, ndef, skcontlen, sktag, skaclass);
409 ASN1_put_object(out, ndef, i, ttag, tclass);
550 ASN1_put_object(out, ndef, len, tag, aclass);
H A Devp_asn1.c129 ASN1_put_object(&p, 1, n, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL);
H A Dasn1_mac.h532 ASN1_put_object(&p,1,v,tag,V_ASN1_CONTEXT_SPECIFIC); \
539 ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
546 ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
553 ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
562 ASN1_put_object(&p,1,ret,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL)
H A Da_bytes.c155 ASN1_put_object(&p, constructed, ret, tag, xclass);
H A Da_set.c113 ASN1_put_object(&p, 1, ret, ex_tag, ex_class);
H A Dasn1_gen.c257 ASN1_put_object(&p, etmp->exp_constructed, etmp->exp_len,
270 ASN1_put_object(&p, hdr_constructed, hdr_len,
H A Da_object.c88 ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
H A Dasn1_lib.c197 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, function
H A Dbio_asn1.c236 ASN1_put_object(&p, 0, inl, ctx->asn1_tag, ctx->asn1_class);
H A Dasn1.h958 void ASN1_put_object(unsigned char **pp, int constructed, int length,
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c361 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL);
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.c474 ASN1_put_object(&p, 0, i, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);

Completed in 104 milliseconds