Home
last modified time | relevance | path

Searched refs:CIPHER (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py270 CIPHER = 4 variable in AlgorithmCategory
344 'STREAM_CIPHER': AlgorithmCategory.CIPHER,
368 CATEGORY_FROM_HEAD[x] = AlgorithmCategory.CIPHER
552 elif self.category == AlgorithmCategory.CIPHER or \
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1388 const CIPHER: &str = "PSK-AES256-CBC-SHA"; in psk_ciphers() consts
1395 server.ctx().set_cipher_list(CIPHER).unwrap(); in psk_ciphers()
1409 client.ctx().set_cipher_list(CIPHER).unwrap(); in psk_ciphers()

Completed in 4 milliseconds