Home
last modified time | relevance | path

Searched refs:X448_KEYLEN (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/
H A Decx_exch.c69 return ecx_newctx(provctx, X448_KEYLEN); in x448_newctx()
132 || ecxctx->keylen == X448_KEYLEN)) { in ecx_derive()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decx_backend.h13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
H A Decx_key.c29 ret->keylen = X448_KEYLEN; in ossl_ecx_key_new()
H A Decx_backend.c215 privkey[X448_KEYLEN - 1] |= 128; in ossl_ecx_key_op()
H A Decx_meth.c773 *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()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Decx_kmgmt.c326 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decx_meth.c34 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
97 privkey[X448_KEYLEN - 1] |= 128; in ecx_key_op()
706 *keylen = X448_KEYLEN; in pkey_ecx_derive448()
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Decx.h27 # define X448_KEYLEN 56 macro
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_pkey_provided_test.c1018 X448_KEYLEN), in test_fromdata_ecx()
1021 X448_KEYLEN), in test_fromdata_ecx()
1059 size = X448_KEYLEN; in test_fromdata_ecx()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Devp.h379 #define X448_KEYLEN 56 macro