Home
last modified time | relevance | path

Searched refs:CRK_DH_COMPUTE_KEY (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/tests/sys/opencrypto/
HDcryptodevh.py215 CRK_DH_COMPUTE_KEY = 4 variable
221 CRF_DH_COMPUTE_KEY = (1 << CRK_DH_COMPUTE_KEY)
/freebsd-11-stable/sys/opencrypto/
HDcryptodev.h296 #define CRK_DH_COMPUTE_KEY 4 macro
303 #define CRF_DH_COMPUTE_KEY (1 << CRK_DH_COMPUTE_KEY)
HDcryptodev.c1196 case CRK_DH_COMPUTE_KEY: in cryptodev_key()
/freebsd-11-stable/crypto/openssl/crypto/engine/
HDeng_cryptodev.c1407 kop.crk_op = CRK_DH_COMPUTE_KEY; in cryptodev_dh_compute_key()