Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/demos/engines/zencod/
Dhw_zencod.h150 const KEY * key_1, const KEY * key_2,
/freebsd-9-stable/sys/netinet/
Dsctp_auth.c372 uint8_t *key_1, *key_2; in sctp_compare_key() local
391 key_2 = key2->key; in sctp_compare_key()
396 val2 = (i < (maxlen - key2len)) ? 0 : *(key_2++); in sctp_compare_key()