Searched defs:ecdh (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | ecdh.h | 36 struct ecdh { struct 52 unsigned int crypto_ecdh_key_len(const struct ecdh *params); argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | debug.h | 69 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) \ argument 81 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) do { } while( 0 ) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | debug.h | 69 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) \ argument 81 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) do { } while( 0 ) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | debug.h | 69 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) \ argument 81 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) do { } while( 0 ) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | debug.h | 69 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) \ argument 81 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) do { } while( 0 ) argument
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | ecdh.c | 143 static struct kpp_alg ecdh = { variable
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ssl3.h | 569 EC_KEY *ecdh; /* holds short lived ECDH key */ member
|
| H A D | ssl.h | 2004 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument 2012 # define SSL_set_tmp_ecdh(ssl,ecdh) \ argument
|