Searched refs:tcipher (Results 1 – 2 of 2) sorted by relevance
/dports/security/p5-Crypt-Eksblowfish/Crypt-Eksblowfish-0.009/t/ |
H A D | subkey.t | 58 my $tcipher = Crypt::Eksblowfish::Subkeyed->new_from_subkeys($pa, $sb); 59 ok $tcipher; 60 is ref($tcipher), "Crypt::Eksblowfish::Subkeyed"; 61 is $tcipher->blocksize, 8; 62 is_deeply $tcipher->p_array, $pa; 63 is_deeply $tcipher->s_boxes, $sb; 64 ok !$tcipher->is_weak; 79 is $tcipher->encrypt($pt), $tct; 80 is $tcipher->decrypt($tct), $pt;
|
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/xenc/impl/ |
H A D | XENCAlgorithmHandlerDefault.cpp | 584 TXFMCipher* tcipher; in appendDecryptCipherTXFM() local 585 XSECnew(tcipher, TXFMCipher(doc, key, false)); in appendDecryptCipherTXFM() 586 cipherText->appendTxfm(tcipher); in appendDecryptCipherTXFM() 831 TXFMCipher* tcipher; in decryptToSafeBuffer() local 832 XSECnew(tcipher, TXFMCipher(doc, key, false)); in decryptToSafeBuffer() 834 cipherText->appendTxfm(tcipher); in decryptToSafeBuffer() 1035 TXFMCipher* tcipher; in encryptToSafeBuffer() local 1036 XSECnew(tcipher, TXFMCipher(doc, key, true, skm, taglen)); in encryptToSafeBuffer() 1037 plainText->appendTxfm(tcipher); in encryptToSafeBuffer()
|