Home
last modified time | relevance | path

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

/openbsd/src/sys/crypto/
Dcryptodev.h144 #define crd_key CRD_INI.cri_key macro
/openbsd/src/sys/netinet/
Dip_esp.c461 crda->crd_key = tdb->tdb_amxkey; in esp_input()
493 crde->crd_key = tdb->tdb_emxkey; in esp_input()
896 crde->crd_key = tdb->tdb_emxkey; in esp_output()
928 crda->crd_key = tdb->tdb_amxkey; in esp_output()
Dip_ah.c650 crda->crd_key = tdb->tdb_amxkey; in ah_input()
1044 crda->crd_key = tdb->tdb_amxkey; in ah_output()
/openbsd/src/sys/dev/
Dsoftraid_crypto.c335 crd->crd_key = mdd_crypto->scr_key[0]; in sr_crypto_prepare()