Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_null.c56 static int null_setkey(void *, const uint8_t *, int);
75 .setkey = null_setkey,
102 null_setkey(void *sched, const uint8_t *key, int len) in null_setkey() function