Home
last modified time | relevance | path

Searched refs:aes_256_cfb128 (Results 1 – 9 of 9) sorted by relevance

/external/cronet/third_party/boringssl/src/decrepit/cfb/
Dcfb.c68 static const EVP_CIPHER aes_256_cfb128 = { variable
79 const EVP_CIPHER *EVP_aes_256_cfb128(void) { return &aes_256_cfb128; } in EVP_aes_256_cfb128()
80 const EVP_CIPHER *EVP_aes_256_cfb(void) { return &aes_256_cfb128; } in EVP_aes_256_cfb()
/external/rust/crates/quiche/deps/boringssl/src/decrepit/cfb/
Dcfb.c67 static const EVP_CIPHER aes_256_cfb128 = { variable
78 const EVP_CIPHER *EVP_aes_256_cfb128(void) { return &aes_256_cfb128; } in EVP_aes_256_cfb128()
79 const EVP_CIPHER *EVP_aes_256_cfb(void) { return &aes_256_cfb128; } in EVP_aes_256_cfb()
/external/boringssl/src/decrepit/cfb/
Dcfb.c68 static const EVP_CIPHER aes_256_cfb128 = { variable
79 const EVP_CIPHER *EVP_aes_256_cfb128(void) { return &aes_256_cfb128; } in EVP_aes_256_cfb128()
80 const EVP_CIPHER *EVP_aes_256_cfb(void) { return &aes_256_cfb128; } in EVP_aes_256_cfb()
/external/rust/crates/openssl/patches/
D0001-cfgs.diff26 pub fn aes_256_cfb128() -> &'static CipherRef {
254 pub fn aes_256_cfb128() -> Cipher {
/external/rust/crates/openssl/src/
Dcipher.rs258 pub fn aes_256_cfb128() -> &'static CipherRef { in aes_256_cfb128() method
Dsymm.rs220 pub fn aes_256_cfb128() -> Cipher { in aes_256_cfb128() method
1129 cipher_test(super::Cipher::aes_256_cfb128(), pt, ct, key, iv); in test_aes256_cfb128()
/external/cronet/third_party/boringssl/src/crypto/obj/
Dobj_mac.num424 aes_256_cfb128 429
/external/boringssl/src/crypto/obj/
Dobj_mac.num424 aes_256_cfb128 429
/external/rust/beto-rust/nearby/scripts/openssl-patches/
D0001-Apply-Android-changes.patch50 pub fn aes_256_cfb128() -> &'static CipherRef {
478 pub fn aes_256_cfb128() -> Cipher {