Searched refs:X448_KEYLEN (Results 1 - 16 of 16) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 69 return ecx_newctx(provctx, X448_KEYLEN); in x448_newctx() 132 || ecxctx->keylen == X448_KEYLEN)) { in ecx_derive()
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 69 return ecx_newctx(provctx, X448_KEYLEN); in x448_newctx() 132 || ecxctx->keylen == X448_KEYLEN)) { in ecx_derive()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_backend.h | 13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
|
H A D | ecx_key.c | 29 ret->keylen = X448_KEYLEN; in ossl_ecx_key_new()
|
H A D | ecx_backend.c | 215 privkey[X448_KEYLEN - 1] |= 128; in ossl_ecx_key_op()
|
H A D | ecx_meth.c | 773 *keylen = X448_KEYLEN; in pkey_ecx_derive448() 1003 if (RAND_priv_bytes_ex(ctx->libctx, privkey, X448_KEYLEN, 0) <= 0) in s390x_pkey_ecx_keygen448() 1180 *keylen = X448_KEYLEN; in s390x_pkey_ecx_derive448()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_backend.h | 13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
|
H A D | ecx_key.c | 29 ret->keylen = X448_KEYLEN; in ossl_ecx_key_new()
|
H A D | ecx_backend.c | 212 privkey[X448_KEYLEN - 1] |= 128; in ossl_ecx_key_op()
|
H A D | ecx_meth.c | 773 *keylen = X448_KEYLEN; in pkey_ecx_derive448() 1003 if (RAND_priv_bytes_ex(ctx->libctx, privkey, X448_KEYLEN, 0) <= 0) in s390x_pkey_ecx_keygen448() 1180 *keylen = X448_KEYLEN; in s390x_pkey_ecx_derive448()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ecx.h | 27 # define X448_KEYLEN 56 macro
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 27 # define X448_KEYLEN 56 macro
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 326 X448_KEYLEN); in x448_get_params() 611 privkey[X448_KEYLEN - 1] |= 128; in ecx_gen() 784 return ecx_validate(keydata, selection, ECX_KEY_TYPE_X448, X448_KEYLEN); in x448_validate() 905 if (RAND_priv_bytes_ex(gctx->libctx, privkey, X448_KEYLEN, 0) <= 0) in s390x_ecx_keygen448()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 323 X448_KEYLEN); in x448_get_params() 608 privkey[X448_KEYLEN - 1] |= 128; in ecx_gen() 781 return ecx_validate(keydata, selection, ECX_KEY_TYPE_X448, X448_KEYLEN); in x448_validate() 902 if (RAND_priv_bytes_ex(gctx->libctx, privkey, X448_KEYLEN, 0) <= 0) in s390x_ecx_keygen448()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | evp.h | 379 #define X448_KEYLEN 56 macro
|
/third_party/openssl/test/ |
H A D | evp_pkey_provided_test.c | 918 /* ED448_KEYLEN > X448_KEYLEN > X25519_KEYLEN == ED25519_KEYLEN */ in test_fromdata_ecx() 1009 X448_KEYLEN), in test_fromdata_ecx() 1012 X448_KEYLEN), in test_fromdata_ecx() 1050 size = X448_KEYLEN; in test_fromdata_ecx()
|
Completed in 15 milliseconds