Lines Matching refs:OpenSSL
82 # PBKDF2 test vectors from Ruby OpenSSL
89 # digest = OpenSSL::Digest::SHA256.new
90 # OpenSSL::PKCS5.pbkdf2_hmac("1byteboundarytest", "salt", 8, 1, digest).unpack("H*")
108 # digest = OpenSSL::Digest::SHA256.new
109 # OpenSSL::PKCS5.pbkdf2_hmac("31byteboundarytest", "salt", 8, 31, digest).unpack("H*")
127 # digest = OpenSSL::Digest::SHA256.new
128 # OpenSSL::PKCS5.pbkdf2_hmac("32byteboundarytest", "salt", 8, 32, digest).unpack("H*")
146 # digest = OpenSSL::Digest::SHA256.new
147 # OpenSSL::PKCS5.pbkdf2_hmac("33byteboundarytest", "salt", 8, 33, digest).unpack("H*")
174 # digest = OpenSSL::Digest::SHA256.new
175 # OpenSSL::PKCS5.pbkdf2_hmac("63byteboundarytest", "salt", 8, 63, digest).unpack("H*")
185 # digest = OpenSSL::Digest::SHA256.new
186 # OpenSSL::PKCS5.pbkdf2_hmac("64byteboundarytest", "salt", 8, 64, digest).unpack("H*")
196 # digest = OpenSSL::Digest::SHA256.new
197 # OpenSSL::PKCS5.pbkdf2_hmac("65byteboundarytest", "salt", 8, 65, digest).unpack("H*")
217 # digest = OpenSSL::Digest::SHA256.new
218 # OpenSSL::PKCS5.pbkdf2_hmac("255blockboundarytest", "salt", 8, 32 * 255, digest).unpack("H*")
228 # digest = OpenSSL::Digest::SHA256.new
229 # OpenSSL::PKCS5.pbkdf2_hmac("256blockboundarytest", "salt", 8, 32 * 256, digest).unpack("H*")