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

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecx_backend.h 10 #define ISX448(id) ((id) == EVP_PKEY_X448)
13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
18 : ((id) == EVP_PKEY_X448 ? ECX_KEY_TYPE_X448 \
ecx_backend.c 207 } else if (id == EVP_PKEY_X448) {
ecx_meth.c 478 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448);
482 EVP_PKEY_X448,
483 EVP_PKEY_X448,
795 EVP_PKEY_X448,
1396 EVP_PKEY_X448,
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecx_backend.h 10 #define ISX448(id) ((id) == EVP_PKEY_X448)
13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
18 : ((id) == EVP_PKEY_X448 ? ECX_KEY_TYPE_X448 \
ecx_backend.c 213 } else if (id == EVP_PKEY_X448) {
ecx_meth.c 480 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448);
484 EVP_PKEY_X448,
485 EVP_PKEY_X448,
796 EVP_PKEY_X448,
1354 EVP_PKEY_X448,
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecx_meth.c 31 #define ISX448(id) ((id) == EVP_PKEY_X448)
34 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
95 } else if (id == EVP_PKEY_X448) {
109 case EVP_PKEY_X448:
453 EVP_PKEY_X448,
454 EVP_PKEY_X448,
729 EVP_PKEY_X448,
  /src/crypto/external/apache2/openssl/dist/include/crypto/
ecx.h 60 ? EVP_PKEY_X448 \
  /src/crypto/external/bsd/openssl/dist/include/crypto/
ecx.h 61 ? EVP_PKEY_X448 \
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x_pubkey.c 976 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X448)
1000 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_X448, (ECX_KEY *)a);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x_pubkey.c 971 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X448)
995 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_X448, (ECX_KEY *)a);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
ctrl_params_translate.c 2425 { OSSL_ACTION_SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
2427 { OSSL_ACTION_SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
p_lib.c 1063 { EVP_PKEY_X448, "X448" },
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
ctrl_params_translate.c 2378 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
2380 { SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
p_lib.c 1014 { EVP_PKEY_X448, "X448" },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
decode_der2key.c 489 # define x448_evp_type EVP_PKEY_X448
encode_key2any.c 818 # define x448_evp_type EVP_PKEY_X448
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
decode_der2key.c 550 #define x448_evp_type EVP_PKEY_X448
encode_key2any.c 837 #define x448_evp_type EVP_PKEY_X448
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
evp.h 63 # define EVP_PKEY_X448 NID_X448
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 80 # define EVP_PKEY_X448 NID_X448
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 171 {EVP_PKEY_X448, 224, TLS_CURVE_CUSTOM}, /* X448 (30) */
  /src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h 84 #define EVP_PKEY_X448 NID_X448
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 178 { EVP_PKEY_X448, OSSL_TLS_GROUP_ID_x448 },
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 174 {EVP_PKEY_X448, OSSL_TLS_GROUP_ID_x448},

Completed in 86 milliseconds

1 2