Searched refs:ED448_KEYLEN (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/include/crypto/ |
D | ecx.h | 29 # define ED448_KEYLEN 57 macro 31 # define MAX_KEYLEN ED448_KEYLEN
|
/third_party/openssl/crypto/ec/ |
D | ecx_backend.h | 14 : ED448_KEYLEN))
|
D | ecx_key.c | 35 ret->keylen = ED448_KEYLEN; in ossl_ecx_key_new()
|
D | ecx_meth.c | 1118 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED448_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen448()
|
/third_party/openssl/test/ |
D | evp_pkey_provided_test.c | 909 unsigned char out_pub[ED448_KEYLEN]; in test_fromdata_ecx() 910 unsigned char out_priv[ED448_KEYLEN]; in test_fromdata_ecx() 914 static unsigned char key_numbers[4][2][ED448_KEYLEN] = { in test_fromdata_ecx() 1022 ED448_KEYLEN), in test_fromdata_ecx() 1025 ED448_KEYLEN), in test_fromdata_ecx()
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | evp.h | 380 #define ED448_KEYLEN 57 macro 382 #define MAX_KEYLEN ED448_KEYLEN
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | ecx_kmgmt.c | 791 return ecx_validate(keydata, selection, ECX_KEY_TYPE_ED448, ED448_KEYLEN); in ed448_validate() 1024 if (RAND_priv_bytes_ex(gctx->libctx, privkey, ED448_KEYLEN, 0) <= 0) in s390x_ecd_keygen448()
|