HomeSort by: relevance | last modified time | path
    Searched refs:V_ASN1_UNIVERSAL (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
asn1_gen.c 226 if (asn1_tags.imp_class == V_ASN1_UNIVERSAL
312 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1))
317 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1))
322 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
327 if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1))
378 *pclass = V_ASN1_UNIVERSAL;
tasn_dec.c 266 if (oclass != V_ASN1_UNIVERSAL) {
369 aclass = V_ASN1_UNIVERSAL;
629 skaclass = V_ASN1_UNIVERSAL;
767 if (oclass != V_ASN1_UNIVERSAL)
772 aclass = V_ASN1_UNIVERSAL;
826 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0)) {
tasn_enc.c 167 | V_ASN1_UNIVERSAL;
293 skaclass = V_ASN1_UNIVERSAL;
a_object.c 40 ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
bio_asn1.c 124 ctx->asn1_class = V_ASN1_UNIVERSAL;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn1_gen.c 216 if (asn1_tags.imp_class == V_ASN1_UNIVERSAL
303 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1))
308 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1))
313 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
318 if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1))
371 *pclass = V_ASN1_UNIVERSAL;
tasn_dec.c 240 if (oclass != V_ASN1_UNIVERSAL) {
343 aclass = V_ASN1_UNIVERSAL;
603 skaclass = V_ASN1_UNIVERSAL;
740 if (oclass != V_ASN1_UNIVERSAL)
745 aclass = V_ASN1_UNIVERSAL;
799 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0)) {
tasn_enc.c 169 | V_ASN1_UNIVERSAL;
296 skaclass = V_ASN1_UNIVERSAL;
a_object.c 42 ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
bio_asn1.c 124 ctx->asn1_class = V_ASN1_UNIVERSAL;
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn1_gen.c 216 if (asn1_tags.imp_class == V_ASN1_UNIVERSAL
304 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1))
309 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1))
314 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
319 if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1))
373 *pclass = V_ASN1_UNIVERSAL;
tasn_dec.c 204 if (oclass != V_ASN1_UNIVERSAL) {
303 aclass = V_ASN1_UNIVERSAL;
562 skaclass = V_ASN1_UNIVERSAL;
701 if (oclass != V_ASN1_UNIVERSAL)
706 aclass = V_ASN1_UNIVERSAL;
761 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0)) {
tasn_enc.c 166 | V_ASN1_UNIVERSAL;
293 skaclass = V_ASN1_UNIVERSAL;
a_object.c 42 ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
bio_asn1.c 124 ctx->asn1_class = V_ASN1_UNIVERSAL;
  /src/crypto/external/bsd/openssl.old/dist/crypto/dh/
dh_kdf.c 35 if (tag != exptag || xclass != V_ASN1_UNIVERSAL)
  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_ext.c 258 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL);
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_ext.c 266 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_ext.c 266 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL);
  /src/crypto/external/bsd/openssl/dist/crypto/objects/
obj_dat.c 402 ASN1_put_object(&p, 0, i, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
  /src/crypto/external/bsd/openssl.old/dist/crypto/objects/
obj_dat.c 387 ASN1_put_object(&p, 0, i, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
  /src/crypto/external/apache2/openssl/dist/crypto/objects/
obj_dat.c 455 ASN1_put_object(&p, 0, i, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x_pubkey.c 191 if (aclass != V_ASN1_UNIVERSAL) {
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1.h 35 # define V_ASN1_UNIVERSAL 0x00
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x_pubkey.c 195 if (aclass != V_ASN1_UNIVERSAL) {

Completed in 32 milliseconds

1 2