Home
last modified time | relevance | path

Searched defs:ekey (Results 1 – 7 of 7) sorted by relevance

/external/musl/src/crypt/
Dcrypt_des.c693 void __des_setkey(const unsigned char *key, struct expanded_key *ekey) in __des_setkey()
756 uint32_t count, uint32_t saltbits, const struct expanded_key *ekey) in __do_des()
848 uint32_t count, uint32_t saltbits, const struct expanded_key *ekey) in des_cipher()
879 struct expanded_key ekey; in _crypt_extended_r_uut() local
/external/libwebsockets/lib/jose/jwe/
Djwe-rsa-aescbc.c51 char ekey[LWS_GENHASH_LARGEST]; in lws_jwe_encrypt_rsa_aes_cbc_hs() local
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_parser_test.cc38 const char *ekey, *evalue; in onhdr() local
/external/javasqlite/src/main/java/SQLite/
DDatabase.java813 public void key(byte[] ekey) throws SQLite.Exception { in key()
841 private native void _key(byte[] ekey); in _key()
851 public void rekey(byte[] ekey) throws SQLite.Exception { in rekey()
879 private native void _rekey(byte[] ekey); in _rekey()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp364 ByteString ekey = m_pEncryptDict->GetByteStringFor(bOwner ? "OE" : "UE"); in AES256_CheckPassword() local
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c149 u8 *buf, *ekey; in ieee802_1x_tx_key_one() local
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c702 u8 ekey[IEEE8021X_KEY_IV_LEN + IEEE8021X_ENCR_KEY_LEN]; in eapol_sm_processKey() local