Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 2 of 2) sorted by relevance

/btstack/test/crypto/
H A Daes_ccm.c20 static int bt_encrypt_be(const uint8_t * key, const uint8_t * plain, uint8_t * cipher) { in bt_encrypt_be()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Deap.c647 u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp; in eap_send_request() local