/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 | a_int.c | 302 ret->type = V_ASN1_INTEGER; in ossl_c2i_ASN1_INTEGER() 408 ret->type = V_ASN1_INTEGER; in d2i_ASN1_UINTEGER() 419 if (tag != V_ASN1_INTEGER) { in d2i_ASN1_UINTEGER() 437 ret->type = V_ASN1_INTEGER; in d2i_ASN1_UINTEGER() 527 return asn1_string_get_int64(pr, a, V_ASN1_INTEGER); in ASN1_INTEGER_get_int64() 532 return asn1_string_set_int64(a, r, V_ASN1_INTEGER); in ASN1_INTEGER_set_int64() 537 return asn1_string_get_uint64(pr, a, V_ASN1_INTEGER); in ASN1_INTEGER_get_uint64() 542 return asn1_string_set_uint64(a, r, V_ASN1_INTEGER); in ASN1_INTEGER_set_uint64() 566 return bn_to_asn1_string(bn, ai, V_ASN1_INTEGER); in BN_to_ASN1_INTEGER() 571 return asn1_string_to_bn(ai, bn, V_ASN1_INTEGER); in ASN1_INTEGER_to_BN()
|
H A D | f_int.c | 61 bs->type = V_ASN1_INTEGER; in a2i_ASN1_INTEGER() 153 bs->type = V_ASN1_INTEGER | (bs->type & V_ASN1_NEG); in a2i_ASN1_ENUMERATED()
|
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 | asn1_gen.c | 505 ASN1_GEN_STR("INT", V_ASN1_INTEGER), in asn1_str2tag() 506 ASN1_GEN_STR("INTEGER", V_ASN1_INTEGER), in asn1_str2tag() 614 case V_ASN1_INTEGER: in asn1_str2type()
|
H A D | a_type.c | 80 case V_ASN1_INTEGER: in ASN1_TYPE_cmp()
|
H A D | asn1_parse.c | 261 } else if (tag == V_ASN1_INTEGER) { in asn1_parse2()
|
H A D | tasn_dec.c | 785 || utype == V_ASN1_OBJECT || utype == V_ASN1_INTEGER in asn1_d2i_ex_primitive() 889 case V_ASN1_INTEGER: in asn1_ex_c2i()
|
H A D | tasn_prn.c | 497 case V_ASN1_INTEGER: in asn1_primitive_print()
|
H A D | tasn_enc.c | 601 case V_ASN1_INTEGER: in asn1_ex_i2c()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 76 alg->parameter->type = V_ASN1_INTEGER; in PKCS7_simple_smimecap()
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_encode_test.c | 647 *p++ = V_ASN1_INTEGER; in make_custom_der() 657 *p++ = V_ASN1_INTEGER; in make_custom_der()
|
H A D | cmp_hdr_test.c | 357 ASN1_TYPE_set(val, V_ASN1_INTEGER, asn1int); in execute_HDR_generalInfo_push1_items_test()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_ITAV_set0.pod | 79 ASN1_TYPE_set(val, V_ASN1_INTEGER, asn1int);
|
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 111 sz = 2 * ASN1_object_size(0, field_size + 1, V_ASN1_INTEGER) in ossl_sm2_encrypt()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_sd.c | 1053 key ? V_ASN1_INTEGER : V_ASN1_UNDEF, key)) in CMS_add_simple_smimecap()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 61 # define V_ASN1_INTEGER 2 macro
|
H A D | asn1.h.in | 62 # define V_ASN1_INTEGER 2 macro
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 1819 ASN1_TYPE_set(val, V_ASN1_INTEGER, aint); in handle_opt_geninfo()
|
H A D | s_client.c | 3438 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_INTEGER || in ldap_ExtendedResponse_parse()
|