Home
last modified time | relevance | path

Searched refs:obj (Results 76 – 100 of 109) sorted by relevance

12345

/openssl/test/
H A Dendecoder_legacy_test.c61 typedef int PEM_write_bio_of_void_protected(BIO *out, const void *obj,
65 typedef int PEM_write_bio_of_void_unprotected(BIO *out, const void *obj); typedef
66 typedef void *PEM_read_bio_of_void(BIO *out, void **obj,
H A Devp_kdf_test.c1756 ASN1_OBJECT *obj; in test_kdf_get_kdf() local
1759 if (!TEST_ptr(obj = OBJ_nid2obj(NID_id_pbkdf2)) in test_kdf_get_kdf()
1761 || !TEST_ptr(kdf2 = EVP_KDF_fetch(NULL, OBJ_nid2sn(OBJ_obj2nid(obj)), in test_kdf_get_kdf()
/openssl/Configurations/
H A Dwindows-makefile.tmpl483 -del /Q /S /F *.d *.obj *.pdb *.ilk *.manifest
897 my $res = platform->res($args{obj});
903 my $obj = platform->obj($args{obj});
904 my $dep = platform->dep($args{obj});
907 $obj: $deps
912 $obj: $deps
918 $obj: $deps
1010 my @objs = map { platform->obj($_) } @{$args{objs}};
H A DREADME-design.md454 src2obj(obj => "PATH/TO/objectfile",
460 'obj' has the intended object file with `.o`
576 src2obj(obj => "crypto/aes.o"
582 src2obj(obj => "crypto/evp.o"
588 src2obj(obj => "crypto/cversion.o"
H A Dunix-Makefile.tmpl1690 my $obj = platform->convertext($args{obj});
1691 my $dep = platform->dep($args{obj});
1727 $obj: $deps
1737 $obj: $deps
1742 $obj: $deps
1753 $obj: $deps
1947 my @objs = map { platform->obj($_) } @{$args{objs}};
1965 my @objs = map { platform->obj($_) } @{$args{objs}};
/openssl/apps/
H A Dca.c137 static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str);
1460 ASN1_OBJECT *obj; in do_body() local
1492 obj = X509_NAME_ENTRY_get_object(ne); in do_body()
1493 nid = OBJ_obj2nid(obj); in do_body()
1531 old_entry_print(obj, str); in do_body()
1557 obj = OBJ_nid2obj(j); in do_body()
1564 j = X509_NAME_get_index_by_OBJ(name, obj, last); in do_body()
1600 j = X509_NAME_get_index_by_OBJ(CAname, obj, last2); in do_body()
2487 static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str) in old_entry_print() argument
2493 j = i2a_ASN1_OBJECT(bio_err, obj); in old_entry_print()
H A Dpkcs12.c537 ASN1_OBJECT *obj = NULL; in pkcs12_main() local
683 obj = OBJ_txt2obj(jdktrust, 0); in pkcs12_main()
689 jdk_trust, (void*)obj); in pkcs12_main()
726 ASN1_OBJECT_free(obj); in pkcs12_main()
H A Dlist.c939 const ASN1_OBJECT *obj = OBJ_nid2obj(i); in list_objects() local
951 if (OBJ_obj2nid(obj) == NID_undef) in list_objects()
954 if ((n = OBJ_obj2txt(NULL, 0, obj, 1)) == 0) { in list_objects()
969 if (OBJ_obj2txt(oid_buf, oid_size, obj, 1) < 0) in list_objects()
H A Dcmp.c1992 ASN1_OBJECT *obj = NULL; in handle_opt_geninfo() local
2009 if ((obj = OBJ_txt2obj(oid, 0)) == NULL) { in handle_opt_geninfo()
2013 if (OBJ_obj2nid(obj) == NID_undef) in handle_opt_geninfo()
2058 if ((itav = OSSL_CMP_ITAV_create(obj, type)) == NULL) { in handle_opt_geninfo()
2062 obj = NULL; in handle_opt_geninfo()
2076 ASN1_OBJECT_free(obj); in handle_opt_geninfo()
H A Dopenssl-vms.cnf263 # obj=DER:02:03
264 # Where 'obj' is a standard or added object
H A Dopenssl.cnf263 # obj=DER:02:03
264 # Where 'obj' is a standard or added object
/openssl/doc/man3/
H A DASN1_item_d2i_bio.pod30 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct);
76 ASN1_item_pack() encodes the given ASN.1 value in I<obj> using the
H A DX509_LOOKUP_meth_new.pod97 int X509_OBJECT_set1_X509(X509_OBJECT *a, X509 *obj);
98 int X509_OBJECT_set1_X509_CRL(X509_OBJECT *a, X509_CRL *obj);
/openssl/
H A D.gitignore132 # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
211 *.obj
H A DConfigure2921 (my $obj = $_) =~ s/_(asm|aux)_src$/_obj/;
2922 $target{$obj} = $target{$src};
2923 $target{$obj} =~ s/\.[csS]\b/.o/g; # C and assembler
2924 $target{$obj} =~ s/\.(cc|cpp)\b/_cc.o/g; # C++
/openssl/crypto/x509/
H A Dv3_san.c540 ASN1_OBJECT *obj; in a2i_GENERAL_NAME() local
541 if ((obj = OBJ_txt2obj(value, 0)) == NULL) { in a2i_GENERAL_NAME()
546 gen->d.rid = obj; in a2i_GENERAL_NAME()
/openssl/crypto/ocsp/
H A Dv3_ocsp.c27 static int i2r_object(const X509V3_EXT_METHOD *method, void *obj, BIO *out,
/openssl/include/openssl/
H A Dpkcs12.h.in143 PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it,
227 void *obj, int zbuf);
231 void *obj, int zbuf,
H A Dx509_vfy.h.in129 int X509_add1_trust_object(X509 *x, const ASN1_OBJECT *obj);
130 int X509_add1_reject_object(X509 *x, const ASN1_OBJECT *obj);
394 int X509_OBJECT_set1_X509(X509_OBJECT *a, X509 *obj);
396 int X509_OBJECT_set1_X509_CRL(X509_OBJECT *a, X509_CRL *obj);
H A Dcrypto.h.in237 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
241 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
244 int CRYPTO_alloc_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad,
/openssl/crypto/hashtable/
H A Dhashtable.c349 void ossl_ht_foreach_until(HT *h, int (*cb)(HT_VALUE *obj, void *arg), in ossl_ht_foreach_until() argument
370 int (*filter)(HT_VALUE *obj, void *arg), in ossl_ht_filter() argument
/openssl/crypto/ec/
H A Decx_meth.c544 const ASN1_OBJECT *obj; in ecd_item_verify() local
549 X509_ALGOR_get0(&obj, &ptype, NULL, sigalg); in ecd_item_verify()
550 nid = OBJ_obj2nid(obj); in ecd_item_verify()
/openssl/crypto/cmp/
H A Dcmp_msg.c159 ASN1_OBJECT *obj = X509_EXTENSION_get_object(ext); in add_extensions() local
160 int idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in add_extensions()
167 idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in add_extensions()
/openssl/include/crypto/
H A Dx509.h378 const ASN1_OBJECT *obj,
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod33 void ossl_ht_foreach_until(HT *htable, int (*cb)(HT_VALUE *obj, void *arg), void *arg);
34 HT_VALUE_LIST *ossl_ht_filter(HT *htable, size_t max_len, int (*filter)(HT_VALUE *obj));

Completed in 103 milliseconds

12345