Home
last modified time | relevance | path

Searched defs:ecdh (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/crypto/
H A Decdh.h36 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 Ddebug.h69 #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 Ddebug.h69 #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 Ddebug.h69 #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 Ddebug.h69 #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 Decdh.c143 static struct kpp_alg ecdh = { variable
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dssl3.h569 EC_KEY *ecdh; /* holds short lived ECDH key */ member
H A Dssl.h2004 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument
2012 # define SSL_set_tmp_ecdh(ssl,ecdh) \ argument