Home
last modified time | relevance | path

Searched refs:asn1 (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A DMakefile21 x509.asn1.o \
22 x509_akid.asn1.o \
27 $(obj)/x509.asn1.h \
28 $(obj)/x509_akid.asn1.h
30 $(obj)/x509.asn1.o: $(obj)/x509.asn1.c $(obj)/x509.asn1.h
31 $(obj)/x509_akid.asn1.o: $(obj)/x509_akid.asn1.c $(obj)/x509_akid.asn1.h
38 pkcs8.asn1.o \
41 $(obj)/pkcs8_parser.o: $(obj)/pkcs8.asn1.h
42 $(obj)/pkcs8-asn1.o: $(obj)/pkcs8.asn1.c $(obj)/pkcs8.asn1.h
44 clean-files += pkcs8.asn1.c pkcs8.asn1.h
[all …]
H A Dasym_tpm.c645 const struct asn1_template *asn1 = in tpm_key_sign() local
648 if (!asn1) in tpm_key_sign()
652 asn1_wrapped = kzalloc(in_len + asn1->size, GFP_KERNEL); in tpm_key_sign()
657 memcpy(asn1_wrapped, asn1->data, asn1->size); in tpm_key_sign()
658 memcpy(asn1_wrapped + asn1->size, in, in_len); in tpm_key_sign()
661 in_len += asn1->size; in tpm_key_sign()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dpem.h117 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
118 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
119 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
120 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
121 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
125 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
128 return (type *)PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
131 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
134 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,NULL,NULL,0,NULL,NULL); \
137 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dpem.h117 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
118 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
119 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
120 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
121 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
125 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
128 return (type *)PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
131 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
134 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,NULL,NULL,0,NULL,NULL); \
137 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dpem.h117 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) // argument
118 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) // argument
119 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) // argument
120 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) // argument
121 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) // argument
125 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
128 return d2i_##asn1((type **)x, inp, len); \
136 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
138 return i2d_##asn1((type *)x, outp); \
145 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dpem.h117 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) // argument
118 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) // argument
119 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) // argument
120 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) // argument
121 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) // argument
125 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
128 return d2i_##asn1((type **)x, inp, len); \
136 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
138 return i2d_##asn1((type *)x, outp); \
145 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dpem.h117 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) // argument
118 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) // argument
119 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) // argument
120 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) // argument
121 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) // argument
125 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
128 return d2i_##asn1((type **)x, inp, len); \
136 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
138 return i2d_##asn1((type *)x, outp); \
145 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dpem.h117 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) // argument
118 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) // argument
119 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) // argument
120 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) // argument
121 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) // argument
125 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
128 return d2i_##asn1((type **)x, inp, len); \
136 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
138 return i2d_##asn1((type *)x, outp); \
145 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dpem.h214 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
215 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
216 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
217 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
218 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
221 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
224 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
227 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
230 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,NULL,NULL,0,NULL,NULL); \
233 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A DMakefile34 $(obj)/rsapubkey.asn1.o: $(obj)/rsapubkey.asn1.c $(obj)/rsapubkey.asn1.h
35 $(obj)/rsaprivkey.asn1.o: $(obj)/rsaprivkey.asn1.c $(obj)/rsaprivkey.asn1.h
36 $(obj)/rsa_helper.o: $(obj)/rsapubkey.asn1.h $(obj)/rsaprivkey.asn1.h
38 rsa_generic-y := rsapubkey.asn1.o
39 rsa_generic-y += rsaprivkey.asn1.o
45 $(obj)/sm2signature.asn1.o: $(obj)/sm2signature.asn1.c $(obj)/sm2signature.asn1.h
46 $(obj)/sm2.o: $(obj)/sm2signature.asn1.h
48 sm2_generic-y += sm2signature.asn1.o
183 $(obj)/ecrdsa_params.asn1.o: $(obj)/ecrdsa_params.asn1.c $(obj)/ecrdsa_params.asn1.h
184 $(obj)/ecrdsa_pub_key.asn1.o: $(obj)/ecrdsa_pub_key.asn1.c $(obj)/ecrdsa_pub_key.asn1.h
[all …]
/OK3568_Linux_fs/kernel/
H A D.gitignore48 crypto/asymmetric_keys/pkcs7.asn1.c
49 crypto/asymmetric_keys/pkcs7.asn1.h
50 crypto/asymmetric_keys/x509.asn1.c
51 crypto/asymmetric_keys/x509.asn1.h
52 crypto/asymmetric_keys/x509_akid.asn1.c
53 crypto/asymmetric_keys/x509_akid.asn1.h
54 crypto/rsaprivkey.asn1.c
55 crypto/rsaprivkey.asn1.h
56 crypto/rsapubkey.asn1.c
57 crypto/rsapubkey.asn1.h
/OK3568_Linux_fs/buildroot/package/libtomcrypt/
H A D0001-fix-CVE-2019-17362.patch14 src/pk/asn1/der/utf8/der_decode_utf8_string.c | 2 +-
17 diff --git a/src/pk/asn1/der/utf8/der_decode_utf8_string.c b/src/pk/asn1/der/utf8/der_decode_utf8_s…
19 --- a/src/pk/asn1/der/utf8/der_decode_utf8_string.c
20 +++ b/src/pk/asn1/der/utf8/der_decode_utf8_string.c
/OK3568_Linux_fs/buildroot/package/hostapd/
H A D0004-ASN.1-Add-helper-functions-for-recognizing-tag-value.patch15 src/tls/asn1.h | 102 +++++++++++++++++++++++++++++++++++++++++++++++++
18 diff --git a/src/tls/asn1.h b/src/tls/asn1.h
20 --- a/src/tls/asn1.h
21 +++ b/src/tls/asn1.h
/OK3568_Linux_fs/buildroot/package/wpa_supplicant/
H A D0004-ASN.1-Add-helper-functions-for-recognizing-tag-value.patch15 src/tls/asn1.h | 102 +++++++++++++++++++++++++++++++++++++++++++++++++
18 diff --git a/src/tls/asn1.h b/src/tls/asn1.h
20 --- a/src/tls/asn1.h
21 +++ b/src/tls/asn1.h
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A DMakefile23 nf_nat_snmp_basic-y := nf_nat_snmp_basic.asn1.o nf_nat_snmp_basic_main.o
24 $(obj)/nf_nat_snmp_basic_main.o: $(obj)/nf_nat_snmp_basic.asn1.h
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.build375 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
466 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.build375 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
466 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.build375 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
466 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \
/OK3568_Linux_fs/u-boot/scripts/
H A DMakefile.build336 .PRECIOUS: $(objtree)/$(obj)/%-asn1.c $(objtree)/$(obj)/%-asn1.h
338 $(obj)/%-asn1.c $(obj)/%-asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.build395 .PRECIOUS: $(objtree)/$(obj)/%-asn1.c $(objtree)/$(obj)/%-asn1.h
397 $(obj)/%-asn1.c $(obj)/%-asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DMakefile.build395 .PRECIOUS: $(objtree)/$(obj)/%-asn1.c $(objtree)/$(obj)/%-asn1.h
397 $(obj)/%-asn1.c $(obj)/%-asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.build453 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
627 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.build453 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
627 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \
/OK3568_Linux_fs/buildroot/package/perl-convert-asn1/
H A DConfig.in2 bool "perl-convert-asn1"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-cryptography/
H A D0001-Cargo.toml-specify-pem-version.patch23 asn1 = { version = "0.8.7", default-features = false, features = ["derive"] }

12