Searched refs:SSL_SIGN_ED25519 (Results 1 – 5 of 5) sorted by relevance
/external/conscrypt/constants/src/gen/cpp/ |
D | generate_constants.cc | 103 CONST(SSL_SIGN_ED25519); in main()
|
/external/boringssl/src/ssl/ |
D | ssl_privkey.cc | 124 {SSL_SIGN_ED25519, EVP_PKEY_ED25519, NID_undef, nullptr, false}, 445 {SSL_SIGN_ED25519, "ed25519"}, 517 {EVP_PKEY_ED25519, NID_undef, SSL_SIGN_ED25519},
|
D | t1_lib.cc | 416 SSL_SIGN_ED25519, 442 SSL_SIGN_ED25519, 468 if (skip_ed25519 && sigalg == SSL_SIGN_ED25519) { in Next()
|
D | ssl_test.cc | 4196 {{NID_undef, EVP_PKEY_ED25519}, true, {SSL_SIGN_ED25519}}, in TEST() 4199 {SSL_SIGN_ED25519, SSL_SIGN_ECDSA_SECP384R1_SHA384}}, in TEST() 4246 {SSL_SIGN_RSA_PKCS1_SHA256, SSL_SIGN_ED25519}}, in TEST()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 1014 #define SSL_SIGN_ED25519 0x0807 macro
|