Searched refs:ASN1_ITYPE_PRIMITIVE (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | x_int64.c | 255 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &uint32_pf, 260 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &uint32_pf, 0, "UINT32" 264 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &uint64_pf, 269 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &uint64_pf, 0, "UINT64" 273 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &uint32_pf, 278 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &uint32_pf, 283 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &uint64_pf, 288 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &uint64_pf,
|
H A D | x_bignum.c | 58 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &bignum_pf, 0, "BIGNUM" in ASN1_ITEM_start() 62 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &cbignum_pf, BN_SENSITIVE, "CBIGNUM" in ASN1_ITEM_start()
|
H A D | x_long.c | 42 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &long_pf, ASN1_LONG_UNDEF, "LONG" in ASN1_ITEM_start() 46 ASN1_ITYPE_PRIMITIVE, V_ASN1_INTEGER, NULL, 0, &long_pf, 0, "ZLONG" in ASN1_ITEM_start()
|
H A D | tasn_fre.c | 38 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && *pval == NULL) in ossl_asn1_item_embed_free() 47 case ASN1_ITYPE_PRIMITIVE: in ossl_asn1_item_embed_free()
|
H A D | tasn_new.c | 89 case ASN1_ITYPE_PRIMITIVE: in asn1_item_embed_new() 188 case ASN1_ITYPE_PRIMITIVE: in asn1_item_clear()
|
H A D | tasn_enc.c | 92 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && *pval == NULL) in ASN1_item_ex_i2d() 102 case ASN1_ITYPE_PRIMITIVE: in ASN1_item_ex_i2d() 544 if ((it->itype != ASN1_ITYPE_PRIMITIVE) in asn1_ex_i2c()
|
H A D | tasn_prn.c | 154 if (((it->itype != ASN1_ITYPE_PRIMITIVE) in asn1_item_print_ctx() 166 case ASN1_ITYPE_PRIMITIVE: in asn1_item_print_ctx()
|
H A D | tasn_dec.c | 201 case ASN1_ITYPE_PRIMITIVE: in asn1_item_embed_d2i()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h | 80 # define ASN1_ITYPE_PRIMITIVE 0x0 macro 114 ASN1_ITYPE_PRIMITIVE,\ 125 ASN1_ITYPE_PRIMITIVE,\ 765 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
H A D | asn1t.h.in | 81 # define ASN1_ITYPE_PRIMITIVE 0x0 macro 115 ASN1_ITYPE_PRIMITIVE,\ 126 ASN1_ITYPE_PRIMITIVE,\ 766 … ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|