Home
last modified time | relevance | path

Searched refs:ECDH_OperationComputeSharedSecret (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DECDH.h636 } ECDH_OperationComputeSharedSecret; typedef
644ECDH_OperationComputeSharedSecret *computeSharedSecret; /*!< A pointer to an ECDH_OperationCompute…
778 void ECDH_OperationComputeSharedSecret_init(ECDH_OperationComputeSharedSecret *operation);
828 int_fast16_t ECDH_computeSharedSecret(ECDH_Handle handle, ECDH_OperationComputeSharedSecret *operat…
DECDH.c82 void ECDH_OperationComputeSharedSecret_init(ECDH_OperationComputeSharedSecret *operation) in ECDH_OperationComputeSharedSecret_init()