Home
last modified time | relevance | path

Searched refs:DH (Results 1 – 25 of 85) sorted by relevance

1234

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Ddh.h80 OPENSSL_EXPORT DH *DH_new(void);
84 OPENSSL_EXPORT void DH_free(DH *dh);
87 OPENSSL_EXPORT int DH_up_ref(DH *dh);
93 OPENSSL_EXPORT const BIGNUM *DH_get0_pub_key(const DH *dh);
96 OPENSSL_EXPORT const BIGNUM *DH_get0_priv_key(const DH *dh);
99 OPENSSL_EXPORT const BIGNUM *DH_get0_p(const DH *dh);
102 OPENSSL_EXPORT const BIGNUM *DH_get0_q(const DH *dh);
105 OPENSSL_EXPORT const BIGNUM *DH_get0_g(const DH *dh);
110 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
116 OPENSSL_EXPORT int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
[all …]
H A Devp.h935 OPENSSL_EXPORT DH *EVP_PKEY_get0_DH(const EVP_PKEY *pkey);
938 OPENSSL_EXPORT DH *EVP_PKEY_get1_DH(const EVP_PKEY *pkey);
1083 DH *dh;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Ddh.h80 OPENSSL_EXPORT DH *DH_new(void);
84 OPENSSL_EXPORT void DH_free(DH *dh);
87 OPENSSL_EXPORT int DH_up_ref(DH *dh);
93 OPENSSL_EXPORT const BIGNUM *DH_get0_pub_key(const DH *dh);
96 OPENSSL_EXPORT const BIGNUM *DH_get0_priv_key(const DH *dh);
99 OPENSSL_EXPORT const BIGNUM *DH_get0_p(const DH *dh);
102 OPENSSL_EXPORT const BIGNUM *DH_get0_q(const DH *dh);
105 OPENSSL_EXPORT const BIGNUM *DH_get0_g(const DH *dh);
110 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
116 OPENSSL_EXPORT int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
[all …]
H A Devp.h935 OPENSSL_EXPORT DH *EVP_PKEY_get0_DH(const EVP_PKEY *pkey);
938 OPENSSL_EXPORT DH *EVP_PKEY_get1_DH(const EVP_PKEY *pkey);
1083 DH *dh;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Ddh.h80 OPENSSL_EXPORT DH *DH_new(void);
84 OPENSSL_EXPORT void DH_free(DH *dh);
87 OPENSSL_EXPORT int DH_up_ref(DH *dh);
93 OPENSSL_EXPORT const BIGNUM *DH_get0_pub_key(const DH *dh);
96 OPENSSL_EXPORT const BIGNUM *DH_get0_priv_key(const DH *dh);
99 OPENSSL_EXPORT const BIGNUM *DH_get0_p(const DH *dh);
102 OPENSSL_EXPORT const BIGNUM *DH_get0_q(const DH *dh);
105 OPENSSL_EXPORT const BIGNUM *DH_get0_g(const DH *dh);
110 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
116 OPENSSL_EXPORT int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
[all …]
H A Devp.h935 OPENSSL_EXPORT DH *EVP_PKEY_get0_DH(const EVP_PKEY *pkey);
938 OPENSSL_EXPORT DH *EVP_PKEY_get1_DH(const EVP_PKEY *pkey);
1083 DH *dh;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Ddh.h80 OPENSSL_EXPORT DH *DH_new(void);
84 OPENSSL_EXPORT void DH_free(DH *dh);
87 OPENSSL_EXPORT int DH_up_ref(DH *dh);
93 OPENSSL_EXPORT const BIGNUM *DH_get0_pub_key(const DH *dh);
96 OPENSSL_EXPORT const BIGNUM *DH_get0_priv_key(const DH *dh);
99 OPENSSL_EXPORT const BIGNUM *DH_get0_p(const DH *dh);
102 OPENSSL_EXPORT const BIGNUM *DH_get0_q(const DH *dh);
105 OPENSSL_EXPORT const BIGNUM *DH_get0_g(const DH *dh);
110 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
116 OPENSSL_EXPORT int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
[all …]
H A Devp.h935 OPENSSL_EXPORT DH *EVP_PKEY_get0_DH(const EVP_PKEY *pkey);
938 OPENSSL_EXPORT DH *EVP_PKEY_get1_DH(const EVP_PKEY *pkey);
1083 DH *dh;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Ddh.h65 # error DH is disabled.
120 int (*generate_key) (DH *dh);
121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
126 int (*init) (DH *dh);
127 int (*finish) (DH *dh);
131 int (*generate_params) (DH *dh, int prime_len, int generator,
186 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
193 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
195 ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Ddh.h77 OPENSSL_EXPORT DH *DH_new(void);
81 OPENSSL_EXPORT void DH_free(DH *dh);
84 OPENSSL_EXPORT int DH_up_ref(DH *dh);
92 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
98 OPENSSL_EXPORT int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
102 OPENSSL_EXPORT void DH_get0_pqg(const DH *dh, const BIGNUM **out_p,
109 OPENSSL_EXPORT int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
133 OPENSSL_EXPORT int DH_generate_parameters_ex(DH *dh, int prime_bits,
141 OPENSSL_EXPORT int DH_generate_key(DH *dh);
148 DH *dh);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Ddh.h77 OPENSSL_EXPORT DH *DH_new(void);
81 OPENSSL_EXPORT void DH_free(DH *dh);
84 OPENSSL_EXPORT int DH_up_ref(DH *dh);
92 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
98 OPENSSL_EXPORT int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
102 OPENSSL_EXPORT void DH_get0_pqg(const DH *dh, const BIGNUM **out_p,
109 OPENSSL_EXPORT int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
133 OPENSSL_EXPORT int DH_generate_parameters_ex(DH *dh, int prime_bits,
141 OPENSSL_EXPORT int DH_generate_key(DH *dh);
148 DH *dh);
[all …]
H A Devp.h801 OPENSSL_EXPORT DH *EVP_PKEY_get0_DH(EVP_PKEY *pkey);
817 DH *dh;
/OK3568_Linux_fs/buildroot/package/ibrdtnd/
H A D0001-ibrdtnd-added-openssl-compatibility.patch67 + throw ibrcommon::Exception("Error while allocating space for DH parameters");
87 + throw ibrcommon::Exception("Error while setting DH parameters");
135 +void DH_get0_pqg(const DH *dh,
146 +int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g)
175 +void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key)
197 +void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g);
198 +int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
199 +void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key);
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-kpp.rst31 DH Helper Functions
35 :doc: DH Helper Functions
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A DKconfig8 an NFC Controller (NFCC) and a Device Host (DH).
20 an NFC Controller (NFCC) and a Device Host (DH).
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/
H A D0001-generate-not-static-get_dh-functions.patch27 + -e 's/static DH \*get_dh/DH \*get_dh/' > lib/dhparams.c.tmp
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dsq_AL58 % &[before 1]E<dh<<<Dh<<<DH
73 % &[before 1]E<dh<<<dH<<<Dh<<<DH
90 % <exemplarCharacters type="index">[A B C Ç D {DH} E Ë F G {GJ} H I J K L {LL} M N {NJ} O P Q R {RR…
111 collating-element <DH> from "DH"
173 <DH> <dh-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
H A Dom_KE72 % &Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<sh<<<Sh
94 collating-element <DH> from "DH"
131 <DH> <dh-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dsq_AL58 % &[before 1]E<dh<<<Dh<<<DH
73 % &[before 1]E<dh<<<dH<<<Dh<<<DH
90 % <exemplarCharacters type="index">[A B C Ç D {DH} E Ë F G {GJ} H I J K L {LL} M N {NJ} O P Q R {RR…
111 collating-element <DH> from "DH"
173 <DH> <dh-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
H A Dom_KE72 % &Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<sh<<<Sh
94 collating-element <DH> from "DH"
131 <DH> <dh-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
/OK3568_Linux_fs/buildroot/package/pound/
H A D0001-fix-openssl-1.0.2.patch35 +DH *get_dh2048()
68 + DH *dh = DH_new();
94 +static inline int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dsystem-pkcs11.txt4 NSS=Flags=internal,critical trustOrder=75 cipherOrder=100 slotParams=(1={slotFlags=[ECC,RSA,DSA,DH,…
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32mp157c-dhcom-pdk2.dts18 model = "DH electronics STM32MP157C DHCOM Premium Developer Kit (2)";
H A Dstm32mp153c-dhcom-drc02.dts18 model = "DH electronics STM32MP153C DHCOM DRC02";
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help67 name of the IKE DH Group
69 conf-variable: IKE DH Group <dh1/dh2/dh5>

1234