Lines Matching refs:equalsAscii

616     if( hashAlgorithm.equalsAscii( "SHA-1" ) )  in toOpenSSLDigestAlgorithm()
618 …else if( hashAlgorithm.equalsAscii( "SHA1" ) ) // Typical Microsoft. The specification says "SHA-1… in toOpenSSLDigestAlgorithm()
620 else if( hashAlgorithm.equalsAscii( "SHA256" ) ) in toOpenSSLDigestAlgorithm()
622 else if( hashAlgorithm.equalsAscii( "SHA384" ) ) in toOpenSSLDigestAlgorithm()
624 else if( hashAlgorithm.equalsAscii( "SHA512" ) ) in toOpenSSLDigestAlgorithm()
626 else if( hashAlgorithm.equalsAscii( "MD5" ) ) in toOpenSSLDigestAlgorithm()
628 else if( hashAlgorithm.equalsAscii( "MD4" ) ) in toOpenSSLDigestAlgorithm()
631 else if( hashAlgorithm.equalsAscii( "MD2" ) ) in toOpenSSLDigestAlgorithm()
634 else if( hashAlgorithm.equalsAscii( "RIPEMD-160" ) ) in toOpenSSLDigestAlgorithm()
636 else if( hashAlgorithm.equalsAscii( "WHIRLPOOL" ) ) in toOpenSSLDigestAlgorithm()
646 …if( cipherName.equalsAscii( "AES" ) && keyBits == 128 && chainingMode.equalsAscii( "ChainingModeCB… in toOpenSSLCipherAlgorithm()
648 …else if( cipherName.equalsAscii( "AES" ) && keyBits == 128 && chainingMode.equalsAscii( "ChainingM… in toOpenSSLCipherAlgorithm()
650 …else if( cipherName.equalsAscii( "AES" ) && keyBits == 192 && chainingMode.equalsAscii( "ChainingM… in toOpenSSLCipherAlgorithm()
652 …else if( cipherName.equalsAscii( "AES" ) && keyBits == 192 && chainingMode.equalsAscii( "ChainingM… in toOpenSSLCipherAlgorithm()
654 …else if( cipherName.equalsAscii( "AES" ) && keyBits == 256 && chainingMode.equalsAscii( "ChainingM… in toOpenSSLCipherAlgorithm()
656 …else if( cipherName.equalsAscii( "AES" ) && keyBits == 256 && chainingMode.equalsAscii( "ChainingM… in toOpenSSLCipherAlgorithm()
659 …else if( cipherName.equalsAscii( "RC2" ) && keyBits == 128 && chainingMode.equalsAscii( "ChainingM… in toOpenSSLCipherAlgorithm()
661 …else if( cipherName.equalsAscii( "RC2" ) && keyBits == 128 && chainingMode.equalsAscii( "ChainingM… in toOpenSSLCipherAlgorithm()
665 …else if( cipherName.equalsAscii( "DES" ) && keyBits == 56 && chainingMode.equalsAscii( "ChainingMo… in toOpenSSLCipherAlgorithm()
667 …else if( cipherName.equalsAscii( "DES" ) && keyBits == 56 && chainingMode.equalsAscii( "ChainingMo… in toOpenSSLCipherAlgorithm()
669 …else if( cipherName.equalsAscii( "DESX" ) && keyBits == 128 && chainingMode.equalsAscii( "Chaining… in toOpenSSLCipherAlgorithm()
671 …else if( cipherName.equalsAscii( "3DES" ) && keyBits == 168 && chainingMode.equalsAscii( "Chaining… in toOpenSSLCipherAlgorithm()
673 …else if( cipherName.equalsAscii( "3DES" ) && keyBits == 168 && chainingMode.equalsAscii( "Chaining… in toOpenSSLCipherAlgorithm()
675 …else if( cipherName.equalsAscii( "3DES_112" ) && keyBits == 112 && chainingMode.equalsAscii( "Chai… in toOpenSSLCipherAlgorithm()
677 …else if( cipherName.equalsAscii( "3DES_112" ) && keyBits == 112 && chainingMode.equalsAscii( "Chai… in toOpenSSLCipherAlgorithm()