HomeSort by: relevance | last modified time | path
    Searched refs:EVP_PKEY_X25519 (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecx_backend.h 11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
16 (IS25519(id) ? ((id) == EVP_PKEY_X25519 ? ECX_KEY_TYPE_X25519 \
ecx_backend.c 203 if (id == EVP_PKEY_X25519) {
ecx_meth.c 424 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519);
428 EVP_PKEY_X25519,
429 EVP_PKEY_X25519,
785 EVP_PKEY_X25519,
1386 EVP_PKEY_X25519,
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecx_backend.h 11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
16 (IS25519(id) ? ((id) == EVP_PKEY_X25519 ? ECX_KEY_TYPE_X25519 \
ecx_backend.c 209 if (id == EVP_PKEY_X25519) {
ecx_meth.c 426 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519);
430 EVP_PKEY_X25519,
431 EVP_PKEY_X25519,
786 EVP_PKEY_X25519,
1344 EVP_PKEY_X25519,
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecx_meth.c 32 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
91 if (id == EVP_PKEY_X25519) {
103 case EVP_PKEY_X25519:
410 EVP_PKEY_X25519,
411 EVP_PKEY_X25519,
719 EVP_PKEY_X25519,
  /src/crypto/external/apache2/openssl/dist/include/crypto/
ecx.h 58 ? EVP_PKEY_X25519 \
  /src/crypto/external/bsd/openssl/dist/include/crypto/
ecx.h 59 ? EVP_PKEY_X25519 \
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2any.c 817 # define x25519_evp_type EVP_PKEY_X25519
1419 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, der);
1420 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, pem);
1421 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, der);
1422 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, pem);
1423 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, der);
1424 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, pem);
decode_der2key.c 479 # define x25519_evp_type EVP_PKEY_X25519
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x_pubkey.c 934 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X25519)
958 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_X25519, (ECX_KEY *)a);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x_pubkey.c 929 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X25519)
953 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_X25519, (ECX_KEY *)a);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
ctrl_params_translate.c 2421 { OSSL_ACTION_SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
2423 { OSSL_ACTION_SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
p_lib.c 1062 { EVP_PKEY_X25519, "X25519" },
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
ctrl_params_translate.c 2374 { SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
2376 { SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
p_lib.c 1013 { EVP_PKEY_X25519, "X25519" },
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
decode_der2key.c 541 #define x25519_evp_type EVP_PKEY_X25519
encode_key2any.c 836 #define x25519_evp_type EVP_PKEY_X25519
  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 2240 EVP_PKEY_X25519, "01234567890123456789012345678901",
4563 id = EVP_PKEY_X25519;
4610 } if (id == EVP_PKEY_DH || id == EVP_PKEY_X25519) {
4615 if (id != EVP_PKEY_ED25519 && id != EVP_PKEY_X25519) {
evp_extra_test2.c 252 {kExampleECXKey2DER, sizeof(kExampleECXKey2DER), EVP_PKEY_X25519},
470 } else if (ak->evptype == EVP_PKEY_X25519) {
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
evp.h 61 # define EVP_PKEY_X25519 NID_X25519
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test2.c 1511 { kExampleECXKey2DER, sizeof(kExampleECXKey2DER), EVP_PKEY_X25519 },
1864 } else if (ak->evptype == EVP_PKEY_X25519) {
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 78 # define EVP_PKEY_X25519 NID_X25519
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 170 {EVP_PKEY_X25519, 128, TLS_CURVE_CUSTOM}, /* X25519 (29) */

Completed in 75 milliseconds

1 2