Searched defs:cipher (Results 1 – 2 of 2) sorted by relevance
20 static int bt_encrypt_be(const uint8_t * key, const uint8_t * plain, uint8_t * cipher) { in bt_encrypt_be()
647 u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp; in eap_send_request() local