Home
last modified time | relevance | path

Searched refs:EccsiKey (Results 1 – 24 of 24) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Deccsi.h5 WOLFSSL_API int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId);
9 WOLFSSL_API int wc_InitEccsiKey_ex(EccsiKey* key, int keySz, int curveId,
14 WOLFSSL_API void wc_FreeEccsiKey(EccsiKey* key);
19 WOLFSSL_API int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng);
24 WOLFSSL_API int wc_MakeEccsiPair(EccsiKey* key, WC_RNG* rng,
36 WOLFSSL_API int wc_ValidateEccsiPvt(EccsiKey* key, const ecc_point* pvt,
41 WOLFSSL_API int wc_EncodeEccsiPair(const EccsiKey* key, mp_int* ssk,
51 WOLFSSL_API int wc_EncodeEccsiPvt(const EccsiKey* key, ecc_point* pvt,
61 WOLFSSL_API int wc_DecodeEccsiSsk(const EccsiKey* key, const byte* data,
116 WOLFSSL_API int wc_SetEccsiPair(EccsiKey* key, const mp_int* ssk,
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Deccsi.h5 WOLFSSL_API int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId);
9 WOLFSSL_API int wc_InitEccsiKey_ex(EccsiKey* key, int keySz, int curveId,
14 WOLFSSL_API void wc_FreeEccsiKey(EccsiKey* key);
19 WOLFSSL_API int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng);
24 WOLFSSL_API int wc_MakeEccsiPair(EccsiKey* key, WC_RNG* rng,
36 WOLFSSL_API int wc_ValidateEccsiPvt(EccsiKey* key, const ecc_point* pvt,
41 WOLFSSL_API int wc_EncodeEccsiPair(const EccsiKey* key, mp_int* ssk,
51 WOLFSSL_API int wc_EncodeEccsiPvt(const EccsiKey* key, ecc_point* pvt,
61 WOLFSSL_API int wc_DecodeEccsiSsk(const EccsiKey* key, const byte* data,
116 WOLFSSL_API int wc_SetEccsiPair(EccsiKey* key, const mp_int* ssk,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Deccsi.h5 WOLFSSL_API int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId);
9 WOLFSSL_API int wc_InitEccsiKey_ex(EccsiKey* key, int keySz, int curveId,
14 WOLFSSL_API void wc_FreeEccsiKey(EccsiKey* key);
19 WOLFSSL_API int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng);
24 WOLFSSL_API int wc_MakeEccsiPair(EccsiKey* key, WC_RNG* rng,
36 WOLFSSL_API int wc_ValidateEccsiPvt(EccsiKey* key, const ecc_point* pvt,
41 WOLFSSL_API int wc_EncodeEccsiPair(const EccsiKey* key, mp_int* ssk,
51 WOLFSSL_API int wc_EncodeEccsiPvt(const EccsiKey* key, ecc_point* pvt,
61 WOLFSSL_API int wc_DecodeEccsiSsk(const EccsiKey* key, const byte* data,
116 WOLFSSL_API int wc_SetEccsiPair(EccsiKey* key, const mp_int* ssk,
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Deccsi.h5 WOLFSSL_API int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId);
9 WOLFSSL_API int wc_InitEccsiKey_ex(EccsiKey* key, int keySz, int curveId,
14 WOLFSSL_API void wc_FreeEccsiKey(EccsiKey* key);
19 WOLFSSL_API int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng);
24 WOLFSSL_API int wc_MakeEccsiPair(EccsiKey* key, WC_RNG* rng,
36 WOLFSSL_API int wc_ValidateEccsiPvt(EccsiKey* key, const ecc_point* pvt,
41 WOLFSSL_API int wc_EncodeEccsiPair(const EccsiKey* key, mp_int* ssk,
51 WOLFSSL_API int wc_EncodeEccsiPvt(const EccsiKey* key, ecc_point* pvt,
61 WOLFSSL_API int wc_DecodeEccsiSsk(const EccsiKey* key, const byte* data,
116 WOLFSSL_API int wc_SetEccsiPair(EccsiKey* key, const mp_int* ssk,
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Deccsi.h79 typedef struct EccsiKey { struct
108 } EccsiKey; argument
114 WOLFSSL_API int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId);
117 WOLFSSL_API void wc_FreeEccsiKey(EccsiKey* key);
119 WOLFSSL_API int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng);
121 WOLFSSL_API int wc_MakeEccsiPair(EccsiKey* key, WC_RNG* rng,
127 WOLFSSL_API int wc_ValidateEccsiPvt(EccsiKey* key, const ecc_point* pvt,
129 WOLFSSL_API int wc_EncodeEccsiPair(const EccsiKey* key, mp_int* ssk,
133 WOLFSSL_API int wc_EncodeEccsiPvt(const EccsiKey* key, ecc_point* pvt,
159 WOLFSSL_API int wc_SetEccsiPair(EccsiKey* key, const mp_int* ssk,
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Deccsi.h79 typedef struct EccsiKey { struct
108 } EccsiKey; argument
114 WOLFSSL_API int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId);
117 WOLFSSL_API void wc_FreeEccsiKey(EccsiKey* key);
119 WOLFSSL_API int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng);
121 WOLFSSL_API int wc_MakeEccsiPair(EccsiKey* key, WC_RNG* rng,
127 WOLFSSL_API int wc_ValidateEccsiPvt(EccsiKey* key, const ecc_point* pvt,
129 WOLFSSL_API int wc_EncodeEccsiPair(const EccsiKey* key, mp_int* ssk,
133 WOLFSSL_API int wc_EncodeEccsiPvt(const EccsiKey* key, ecc_point* pvt,
159 WOLFSSL_API int wc_SetEccsiPair(EccsiKey* key, const mp_int* ssk,
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Deccsi.h79 typedef struct EccsiKey { struct
108 } EccsiKey; argument
114 WOLFSSL_API int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId);
117 WOLFSSL_API void wc_FreeEccsiKey(EccsiKey* key);
119 WOLFSSL_API int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng);
121 WOLFSSL_API int wc_MakeEccsiPair(EccsiKey* key, WC_RNG* rng,
127 WOLFSSL_API int wc_ValidateEccsiPvt(EccsiKey* key, const ecc_point* pvt,
129 WOLFSSL_API int wc_EncodeEccsiPair(const EccsiKey* key, mp_int* ssk,
133 WOLFSSL_API int wc_EncodeEccsiPvt(const EccsiKey* key, ecc_point* pvt,
159 WOLFSSL_API int wc_SetEccsiPair(EccsiKey* key, const mp_int* ssk,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Deccsi.h79 typedef struct EccsiKey { struct
108 } EccsiKey; argument
114 WOLFSSL_API int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId);
117 WOLFSSL_API void wc_FreeEccsiKey(EccsiKey* key);
119 WOLFSSL_API int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng);
121 WOLFSSL_API int wc_MakeEccsiPair(EccsiKey* key, WC_RNG* rng,
127 WOLFSSL_API int wc_ValidateEccsiPvt(EccsiKey* key, const ecc_point* pvt,
129 WOLFSSL_API int wc_EncodeEccsiPair(const EccsiKey* key, mp_int* ssk,
133 WOLFSSL_API int wc_EncodeEccsiPvt(const EccsiKey* key, ecc_point* pvt,
159 WOLFSSL_API int wc_SetEccsiPair(EccsiKey* key, const mp_int* ssk,
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Deccsi.h79 typedef struct EccsiKey { struct
108 } EccsiKey; argument
114 WOLFSSL_API int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId);
117 WOLFSSL_API void wc_FreeEccsiKey(EccsiKey* key);
119 WOLFSSL_API int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng);
121 WOLFSSL_API int wc_MakeEccsiPair(EccsiKey* key, WC_RNG* rng,
127 WOLFSSL_API int wc_ValidateEccsiPvt(EccsiKey* key, const ecc_point* pvt,
129 WOLFSSL_API int wc_EncodeEccsiPair(const EccsiKey* key, mp_int* ssk,
133 WOLFSSL_API int wc_EncodeEccsiPvt(const EccsiKey* key, ecc_point* pvt,
159 WOLFSSL_API int wc_SetEccsiPair(EccsiKey* key, const mp_int* ssk,
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Deccsi.c129 int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId) in wc_InitEccsiKey()
141 void wc_FreeEccsiKey(EccsiKey* key) in wc_FreeEccsiKey()
169 static int eccsi_load_order(EccsiKey* key) in eccsi_load_order()
195 static int eccsi_load_ecc_params(EccsiKey* key) in eccsi_load_ecc_params()
234 static int eccsi_load_base(EccsiKey* key) in eccsi_load_base()
300 static int eccsi_kpak_to_mont(EccsiKey* key) in eccsi_kpak_to_mont()
337 static int eccsi_kpak_from_mont(EccsiKey* key) in eccsi_kpak_from_mont()
455 int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng) in wc_MakeEccsiKey()
584 static int eccsi_encode_key(EccsiKey* key, byte* data) in eccsi_encode_key()
621 int wc_ExportEccsiKey(EccsiKey* key, byte* data, word32* sz) in wc_ExportEccsiKey()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Deccsi.c129 int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId) in wc_InitEccsiKey()
141 void wc_FreeEccsiKey(EccsiKey* key) in wc_FreeEccsiKey()
169 static int eccsi_load_order(EccsiKey* key) in eccsi_load_order()
195 static int eccsi_load_ecc_params(EccsiKey* key) in eccsi_load_ecc_params()
234 static int eccsi_load_base(EccsiKey* key) in eccsi_load_base()
300 static int eccsi_kpak_to_mont(EccsiKey* key) in eccsi_kpak_to_mont()
337 static int eccsi_kpak_from_mont(EccsiKey* key) in eccsi_kpak_from_mont()
455 int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng) in wc_MakeEccsiKey()
584 static int eccsi_encode_key(EccsiKey* key, byte* data) in eccsi_encode_key()
621 int wc_ExportEccsiKey(EccsiKey* key, byte* data, word32* sz) in wc_ExportEccsiKey()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Deccsi.c129 int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId) in wc_InitEccsiKey()
141 void wc_FreeEccsiKey(EccsiKey* key) in wc_FreeEccsiKey()
169 static int eccsi_load_order(EccsiKey* key) in eccsi_load_order()
195 static int eccsi_load_ecc_params(EccsiKey* key) in eccsi_load_ecc_params()
234 static int eccsi_load_base(EccsiKey* key) in eccsi_load_base()
300 static int eccsi_kpak_to_mont(EccsiKey* key) in eccsi_kpak_to_mont()
337 static int eccsi_kpak_from_mont(EccsiKey* key) in eccsi_kpak_from_mont()
455 int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng) in wc_MakeEccsiKey()
584 static int eccsi_encode_key(EccsiKey* key, byte* data) in eccsi_encode_key()
621 int wc_ExportEccsiKey(EccsiKey* key, byte* data, word32* sz) in wc_ExportEccsiKey()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Deccsi.c129 int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId) in wc_InitEccsiKey()
141 void wc_FreeEccsiKey(EccsiKey* key) in wc_FreeEccsiKey()
169 static int eccsi_load_order(EccsiKey* key) in eccsi_load_order()
195 static int eccsi_load_ecc_params(EccsiKey* key) in eccsi_load_ecc_params()
234 static int eccsi_load_base(EccsiKey* key) in eccsi_load_base()
300 static int eccsi_kpak_to_mont(EccsiKey* key) in eccsi_kpak_to_mont()
337 static int eccsi_kpak_from_mont(EccsiKey* key) in eccsi_kpak_from_mont()
455 int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng) in wc_MakeEccsiKey()
584 static int eccsi_encode_key(EccsiKey* key, byte* data) in eccsi_encode_key()
621 int wc_ExportEccsiKey(EccsiKey* key, byte* data, word32* sz) in wc_ExportEccsiKey()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Deccsi.c129 int wc_InitEccsiKey(EccsiKey* key, void* heap, int devId) in wc_InitEccsiKey()
141 void wc_FreeEccsiKey(EccsiKey* key) in wc_FreeEccsiKey()
169 static int eccsi_load_order(EccsiKey* key) in eccsi_load_order()
195 static int eccsi_load_ecc_params(EccsiKey* key) in eccsi_load_ecc_params()
234 static int eccsi_load_base(EccsiKey* key) in eccsi_load_base()
300 static int eccsi_kpak_to_mont(EccsiKey* key) in eccsi_kpak_to_mont()
337 static int eccsi_kpak_from_mont(EccsiKey* key) in eccsi_kpak_from_mont()
455 int wc_MakeEccsiKey(EccsiKey* key, WC_RNG* rng) in wc_MakeEccsiKey()
584 static int eccsi_encode_key(EccsiKey* key, byte* data) in eccsi_encode_key()
621 int wc_ExportEccsiKey(EccsiKey* key, byte* data, word32* sz) in wc_ExportEccsiKey()
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/benchmark/
H A Dbenchmark.c6249 EccsiKey genKey; in bench_eccsiKeyGen()
6274 EccsiKey genKey; in bench_eccsiPairGen()
6312 EccsiKey genKey; in bench_eccsiValidate()
6352 EccsiKey genKey; in bench_eccsi()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c6249 EccsiKey genKey; in bench_eccsiKeyGen()
6274 EccsiKey genKey; in bench_eccsiPairGen()
6312 EccsiKey genKey; in bench_eccsiValidate()
6352 EccsiKey genKey; in bench_eccsi()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c6249 EccsiKey genKey; in bench_eccsiKeyGen()
6274 EccsiKey genKey; in bench_eccsiPairGen()
6312 EccsiKey genKey; in bench_eccsiValidate()
6352 EccsiKey genKey; in bench_eccsi()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c6249 EccsiKey genKey; in bench_eccsiKeyGen()
6274 EccsiKey genKey; in bench_eccsiPairGen()
6312 EccsiKey genKey; in bench_eccsiValidate()
6352 EccsiKey genKey; in bench_eccsi()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c6249 EccsiKey genKey; in bench_eccsiKeyGen()
6274 EccsiKey genKey; in bench_eccsiPairGen()
6312 EccsiKey genKey; in bench_eccsiValidate()
6352 EccsiKey genKey; in bench_eccsi()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/test/
H A Dtest.c27975 static int eccsi_api_test(WC_RNG* rng, EccsiKey* key, mp_int* ssk,
28394 static int eccsi_kat_verify_test(EccsiKey* key, ecc_point* pvt)
28476 static int eccsi_enc_dec_pair_test(EccsiKey* priv, mp_int* ssk, ecc_point* pvt)
28559 static int eccsi_imp_exp_key_test(EccsiKey* priv)
28617 static int eccsi_imp_exp_pubkey_test(EccsiKey* key1, EccsiKey* key2)
28663 static int eccsi_make_key_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28702 static int eccsi_sign_verify_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28855 EccsiKey* priv = NULL;
28856 EccsiKey* pub = NULL;
28860 priv = (EccsiKey*)XMALLOC(sizeof(EccsiKey), HEAP_HINT,
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c27975 static int eccsi_api_test(WC_RNG* rng, EccsiKey* key, mp_int* ssk,
28394 static int eccsi_kat_verify_test(EccsiKey* key, ecc_point* pvt)
28476 static int eccsi_enc_dec_pair_test(EccsiKey* priv, mp_int* ssk, ecc_point* pvt)
28559 static int eccsi_imp_exp_key_test(EccsiKey* priv)
28617 static int eccsi_imp_exp_pubkey_test(EccsiKey* key1, EccsiKey* key2)
28663 static int eccsi_make_key_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28702 static int eccsi_sign_verify_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28855 EccsiKey* priv = NULL;
28856 EccsiKey* pub = NULL;
28860 priv = (EccsiKey*)XMALLOC(sizeof(EccsiKey), HEAP_HINT,
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c27975 static int eccsi_api_test(WC_RNG* rng, EccsiKey* key, mp_int* ssk,
28394 static int eccsi_kat_verify_test(EccsiKey* key, ecc_point* pvt)
28476 static int eccsi_enc_dec_pair_test(EccsiKey* priv, mp_int* ssk, ecc_point* pvt)
28559 static int eccsi_imp_exp_key_test(EccsiKey* priv)
28617 static int eccsi_imp_exp_pubkey_test(EccsiKey* key1, EccsiKey* key2)
28663 static int eccsi_make_key_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28702 static int eccsi_sign_verify_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28855 EccsiKey* priv = NULL;
28856 EccsiKey* pub = NULL;
28860 priv = (EccsiKey*)XMALLOC(sizeof(EccsiKey), HEAP_HINT,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c27975 static int eccsi_api_test(WC_RNG* rng, EccsiKey* key, mp_int* ssk,
28394 static int eccsi_kat_verify_test(EccsiKey* key, ecc_point* pvt)
28476 static int eccsi_enc_dec_pair_test(EccsiKey* priv, mp_int* ssk, ecc_point* pvt)
28559 static int eccsi_imp_exp_key_test(EccsiKey* priv)
28617 static int eccsi_imp_exp_pubkey_test(EccsiKey* key1, EccsiKey* key2)
28663 static int eccsi_make_key_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28702 static int eccsi_sign_verify_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28855 EccsiKey* priv = NULL;
28856 EccsiKey* pub = NULL;
28860 priv = (EccsiKey*)XMALLOC(sizeof(EccsiKey), HEAP_HINT,
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c27975 static int eccsi_api_test(WC_RNG* rng, EccsiKey* key, mp_int* ssk,
28394 static int eccsi_kat_verify_test(EccsiKey* key, ecc_point* pvt)
28476 static int eccsi_enc_dec_pair_test(EccsiKey* priv, mp_int* ssk, ecc_point* pvt)
28559 static int eccsi_imp_exp_key_test(EccsiKey* priv)
28617 static int eccsi_imp_exp_pubkey_test(EccsiKey* key1, EccsiKey* key2)
28663 static int eccsi_make_key_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28702 static int eccsi_sign_verify_test(EccsiKey* priv, EccsiKey* pub, WC_RNG* rng,
28855 EccsiKey* priv = NULL;
28856 EccsiKey* pub = NULL;
28860 priv = (EccsiKey*)XMALLOC(sizeof(EccsiKey), HEAP_HINT,
[all …]