Searched refs:aes_256_cfb128 (Results 1 – 9 of 9) sorted by relevance
68 static const EVP_CIPHER aes_256_cfb128 = { variable79 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()
67 static const EVP_CIPHER aes_256_cfb128 = { variable78 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()
26 pub fn aes_256_cfb128() -> &'static CipherRef {254 pub fn aes_256_cfb128() -> Cipher {
258 pub fn aes_256_cfb128() -> &'static CipherRef { in aes_256_cfb128() method
220 pub fn aes_256_cfb128() -> Cipher { in aes_256_cfb128() method1129 cipher_test(super::Cipher::aes_256_cfb128(), pt, ct, key, iv); in test_aes256_cfb128()
424 aes_256_cfb128 429
50 pub fn aes_256_cfb128() -> &'static CipherRef {478 pub fn aes_256_cfb128() -> Cipher {